Skip to content

Commit 828c34c

Browse files
committed
Update dev dependencies.
1 parent 202f10e commit 828c34c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@
3131
"url": "git://github.com/blueimp/JavaScript-Load-Image.git"
3232
},
3333
"devDependencies": {
34-
"mocha-phantomjs": "4.0.1",
35-
"standard": "6.0.7",
36-
"uglify-js": "2.6.1"
34+
"phantomjs-prebuilt": "2.1.13",
35+
"mocha-phantomjs-core": "1.3.1",
36+
"standard": "8.3.0",
37+
"uglify-js": "2.7.3"
3738
},
3839
"scripts": {
39-
"test": "standard *.js js/*.js test/*.js && mocha-phantomjs test/index.html",
40+
"lint": "standard *.js js/*.js test/*.js",
41+
"unit": "phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html",
42+
"test": "npm run lint && npm run unit",
4043
"build": "cd js && uglifyjs load-image.js load-image-orientation.js load-image-meta.js load-image-exif.js load-image-exif-map.js -c -m -o load-image.all.min.js --source-map load-image.all.min.js.map",
4144
"preversion": "npm test",
4245
"version": "npm run build && git add -A js",

0 commit comments

Comments
 (0)