Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Move @types/atom and @types/node to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Nov 16, 2018
1 parent c6e2974 commit a71712d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"test": "npm run compile && npm run lint && atom --test build/test"
},
"dependencies": {
"@types/atom": "^1.31.0",
"@types/node": "8.9.3",
"fuzzaldrin-plus": "^0.6.0",
"vscode-jsonrpc": "4.0.0",
"vscode-languageserver-protocol": "3.12.0",
"vscode-languageserver-types": "3.12.0"
},
"atomTestRunner": "./build/test/runner",
"devDependencies": {
"@types/atom": "^1.31.0",
"@types/atom-mocha-test-runner": "^1.0.2",
"@types/chai": "^4.1.7",
"@types/fuzzaldrin-plus": "0.0.1",
"@types/mocha": "^5.2.5",
"@types/node": "8.9.3",
"@types/sinon": "^5.0.5",
"atom-mocha-test-runner": "^1.2.0",
"chai": "^4.2.0",
Expand Down

0 comments on commit a71712d

Please sign in to comment.