Skip to content

Commit

Permalink
types/node is a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oziks committed May 17, 2019
1 parent f77ee34 commit 82f017a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"homepage": "https://github.com/oziks/chuchote#readme",
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.1",
"husky": "^2.3.0",
"jest": "^24.8.0",
"prettier": "1.17.1",
Expand All @@ -33,9 +34,6 @@
"ts-jest": "^24.0.2",
"typescript": "3.4.5"
},
"dependencies": {
"@types/node": "^12.0.1"
},
"scripts": {
"lint": "prettier ./src/* --write",
"test": "jest --verbose",
Expand Down

0 comments on commit 82f017a

Please sign in to comment.