Skip to content

Commit

Permalink
Merge pull request #47 from Standard8/chai-promised-dev
Browse files Browse the repository at this point in the history
chai-as-promised is only used in tests, so it can be a devDependency.
  • Loading branch information
acvetkov authored Oct 18, 2016
2 parents 56ccbfa + 4dcd700 commit 3febdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
},
"license": "ISC",
"dependencies": {
"chai-as-promised": "^6.0.0",
"lodash": "^4.16.3",
"sinon": "^1.17.6",
"urijs": "^1.18.2"
Expand All @@ -73,6 +72,7 @@
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.7.1",
"eslint-plugin-import": "^2.0.0",
"json-loader": "^0.5.4",
Expand Down

0 comments on commit 3febdd5

Please sign in to comment.