Skip to content

Commit

Permalink
Move @types/node from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ning-y committed Aug 8, 2018
1 parent 084fdf9 commit 2592c6a
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 @@ -10,11 +10,11 @@
"test-coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
},
"dependencies": {
"@types/node": "^10.5.2",
"js-slang": "0.1.4",
"typescript": "^2.9.2"
},
"devDependencies": {
"@types/node": "^10.5.2",
"coveralls": "^3.0.2",
"jest": "^23.4.0",
"ts-jest": "^23.0.0"
Expand Down

0 comments on commit 2592c6a

Please sign in to comment.