Skip to content

Commit

Permalink
move @types deps to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Jun 3, 2018
1 parent 33f9375 commit 0d3bd77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/private-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"node": ">= 8"
},
"dependencies": {
"@types/lodash": "^4.14.109",
"lodash": "^4.17.10"
},
"devDependencies": {
"@headwood/test-helper": "^0.0.5",
"@headwood/ts-build-template": "^0.0.3",
"@types/chai": "^4.0.10",
"@types/chai-as-promised": "^7.1.0",
"@types/lodash": "^4.14.109",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.8",
"cpx": "^1.5.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/test-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"node": ">= 8"
},
"dependencies": {
"@types/chai": "^4.0.10",
"@types/chai-as-promised": "^7.1.0",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^4.3.3",
"@types/sinon-chai": "^2.7.31",
"caller": "^1.0.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
Expand All @@ -37,8 +32,13 @@
},
"devDependencies": {
"@headwood/ts-build-template": "^0.0.3",
"@types/chai": "^4.0.10",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.8",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^4.3.3",
"@types/sinon-chai": "^2.7.31",
"coveralls": "^3.0.1",
"cpx": "^1.5.0",
"husky": "^0.14.3",
Expand Down

0 comments on commit 0d3bd77

Please sign in to comment.