Skip to content

Commit 6ad4160

Browse files
authoredFeb 7, 2017
Merge pull request #337 from zhuangya/upgrade-tap
chore: upgrade tap to 10.0.2
2 parents b54bafe + 7ebc211 commit 6ad4160

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"url": "http://github.com/caolan/nodeunit.git"
6464
},
6565
"devDependencies": {
66-
"uglify-js": ">=2.7.3",
67-
"should": ">=11.1.0"
66+
"should": ">=11.1.0",
67+
"uglify-js": ">=2.7.3"
6868
},
6969
"bugs": {
7070
"url": "http://github.com/caolan/nodeunit/issues"
@@ -80,7 +80,7 @@
8080
},
8181
"dependencies": {
8282
"ejs": "^2.5.2",
83-
"tap": "^7.0.0"
83+
"tap": "^10.0.2"
8484
},
8585
"scripts": {
8686
"test": "node ./bin/nodeunit"

0 commit comments

Comments
 (0)
Please sign in to comment.