File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ See [isotope.metafizzy.co](http://isotope.metafizzy.co) for complete docs and de
1616Link directly to Isotope files on [ unpkg] ( https://unpkg.com ) .
1717
1818``` html
19- <script src =" https://unpkg.com/isotope-layout@3.0 /dist/isotope.pkgd.min.js" ></script >
19+ <script src =" https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js" ></script >
2020<!-- or -->
21- <script src =" https://unpkg.com/isotope-layout@3.0 /dist/isotope.pkgd.js" ></script >
21+ <script src =" https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.js" ></script >
2222```
2323
2424### Package managers
Original file line number Diff line number Diff line change @@ -127,11 +127,6 @@ gulp.task( 'version', function() {
127127 gulp . src ( [ 'package.json' ] )
128128 . pipe ( replace ( / " v e r s i o n " : " \d \. \d + \. \d + " / , '"version": "' + version + '"' ) )
129129 . pipe ( gulp . dest ( '.' ) ) ;
130- // replace CDN links in README
131- var minorVersion = version . match ( / ^ \d \. \d + / ) [ 0 ] ;
132- gulp . src ( 'README.md' )
133- . pipe ( replace ( / i s o t o p e - l a y o u t @ \d \. \d + / g, 'isotope-layout@' + minorVersion ) )
134- . pipe ( gulp . dest ( '.' ) ) ;
135130} ) ;
136131
137132// ----- default ----- //
You can’t perform that action at this time.
0 commit comments