Skip to content

Commit

Permalink
fix(package): add webpack typings as a production dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Aug 26, 2018
1 parent 0c7f2a4 commit 2d610c9
Show file tree
Hide file tree
Showing 2 changed files with 762 additions and 14 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "node-config-ts",
"version": "0.0.0-development",
"dependencies": {
"@types/webpack": "^4.4.11",
"json-to-ts": "^1.5.4",
"minimist": "^1.2.0",
"module-exists": "^0.2.0",
Expand All @@ -20,13 +21,12 @@
"@types/mocha": "^5.0.0",
"@types/node": "^10.0.3",
"@types/ramda": "^0.25.32",
"@types/webpack": "^4.4.11",
"cz-conventional-changelog": "^2.1.0",
"mocha": "^5.0.0",
"semantic-release": "^15.9.9",
"travis-deploy-once": "^5.0.3",
"ts-node": "^6.0.0",
"typescript": "^3.0.1",
"travis-deploy-once": "^5.0.3"
"typescript": "^3.0.1"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 2d610c9

Please sign in to comment.