We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3470f93 commit 23235f8Copy full SHA for 23235f8
package.json
@@ -30,20 +30,20 @@
30
"postversion": "git push && git push --tags && npm publish",
31
"coverage": "open -a \"Google Chrome\" ./coverage/lcov-report/index.html"
32
},
33
+ "dependencies": {
34
+ "chalk": "^2.3.0",
35
+ "glob": "^7.1.2",
36
+ "yargs": "^10.0.3"
37
+ },
38
"devDependencies": {
39
"babel-cli": "^6.26.0",
40
"babel-preset-es2015": "^6.24.1",
- "bluebird": "^3.5.0",
- "chai": "^4.1.1",
41
+ "bluebird": "^3.5.1",
42
+ "chai": "^4.1.2",
43
"chai-as-promised": "^7.1.1",
44
"dirty-chai": "^2.0.1",
45
"istanbul": "^1.0.0-alpha.2",
- "mocha": "^3.5.0"
- },
- "dependencies": {
- "chalk": "^2.1.0",
- "glob": "^7.1.2",
46
- "yargs": "^8.0.2"
+ "mocha": "^3.5.3"
47
48
"browserify": {
49
"transform": [
0 commit comments