File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 40
40
"lint" : " standard *.js js/*.js test/*.js" ,
41
41
"unit" : " phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html" ,
42
42
"test" : " npm run lint && npm run unit" ,
43
- "build" : " cd js && uglifyjs load-image.js load-image-scale.js load-image-meta.js load-image-exif.js load-image-exif-map.js load-image-orientation.js -c -m -o load-image.all.min.js --source-map load-image.all.min.js.map" ,
43
+ "build" : " cd js && uglifyjs load-image.js load-image-scale.js load-image-meta.js load-image-fetch.js load-image- exif.js load-image-exif-map.js load-image-orientation.js -c -m -o load-image.all.min.js --source-map load-image.all.min.js.map" ,
44
44
"preversion" : " npm test" ,
45
45
"version" : " npm run build && git add -A js" ,
46
46
"postversion" : " git push --tags origin master master:gh-pages && npm publish"
You can’t perform that action at this time.
0 commit comments