Skip to content

Commit 23235f8

Browse files
committed
Update dependencies
1 parent 3470f93 commit 23235f8

File tree

2 files changed

+53
-649
lines changed

2 files changed

+53
-649
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@
3030
"postversion": "git push && git push --tags && npm publish",
3131
"coverage": "open -a \"Google Chrome\" ./coverage/lcov-report/index.html"
3232
},
33+
"dependencies": {
34+
"chalk": "^2.3.0",
35+
"glob": "^7.1.2",
36+
"yargs": "^10.0.3"
37+
},
3338
"devDependencies": {
3439
"babel-cli": "^6.26.0",
3540
"babel-preset-es2015": "^6.24.1",
36-
"bluebird": "^3.5.0",
37-
"chai": "^4.1.1",
41+
"bluebird": "^3.5.1",
42+
"chai": "^4.1.2",
3843
"chai-as-promised": "^7.1.1",
3944
"dirty-chai": "^2.0.1",
4045
"istanbul": "^1.0.0-alpha.2",
41-
"mocha": "^3.5.0"
42-
},
43-
"dependencies": {
44-
"chalk": "^2.1.0",
45-
"glob": "^7.1.2",
46-
"yargs": "^8.0.2"
46+
"mocha": "^3.5.3"
4747
},
4848
"browserify": {
4949
"transform": [

0 commit comments

Comments
 (0)