Skip to content

Commit

Permalink
fix: move everything to devDependencies to use @dxcli/dev instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent 64f57d3 commit d800eb1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/dxcli/dev-test/issues",
"dependencies": {
"fancy-test": "^0.5.1",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha-junit-reporter": "^1.17.0",
"@types/chai": "^4.1.2",
"@types/chai-as-promised": "^7.1.0",
"@types/lodash": "^4.14.97",
"@types/mocha": "^2.2.47",
"@types/nock": "^9.1.2",
"@types/node": "^9.4.0",
"@types/read-pkg": "^3.0.0",
"chai": "^4.1.2",
"fancy-test": "^0.5.1",
"lodash": "^4.17.4",
"mocha-junit-reporter": "^1.17.0"
},
"devDependencies": {
"@dxcli/dev-nyc-config": "^0.0.3",
"@dxcli/dev-semantic-release": "^0.1.0",
"@dxcli/dev-tslint": "^0.0.17",
Expand Down

0 comments on commit d800eb1

Please sign in to comment.