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 4040 "lint" : " standard *.js js/*.js test/*.js" ,
4141 "unit" : " phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html" ,
4242 "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" ,
4444 "preversion" : " npm test" ,
4545 "version" : " npm run build && git add -A js" ,
4646 "postversion" : " git push --tags origin master master:gh-pages && npm publish"
You can’t perform that action at this time.
0 commit comments