Skip to content

Commit

Permalink
move dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitf committed Mar 19, 2019
1 parent e1ea928 commit 94957ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
"bin": {
"compare-vscode-theia": "./lib/index.js"
},
"devDependencies": {
"@types/node": "10.12.18",
"dependencies": {
"fs-extra": "7.0.1",
"graphql-request": "1.8.2",
"typescript": "3.3.3"
},
"devDependencies": {
"@types/node": "10.12.18",
"rimraf": "2.6.3",
"tslint": "5.10.0",
"typescript": "3.3.3",
"typescript-formatter": "7.2.2"
},
"scripts": {
Expand Down

0 comments on commit 94957ed

Please sign in to comment.