Skip to content

Commit

Permalink
fix: add dependencies to main package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 25, 2020
1 parent f881c93 commit 5097e0d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 40 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
"atom": ">=0.174.0 <2.0.0"
},
"dependencies": {
"atom-package-deps": "^6.0.0"
"atom-package-deps": "^6.0.0",
"@atom-ide-community/nuclide-commons-atom": "0.7.3-dev",
"@atom-ide-community/nuclide-debugger-common": "0.7.3-dev",
"react": "16.6.3",
"vscode-chrome-debug-core": "3.17.10",
"vscode-debugadapter": "1.24.0",
"vscode-nls": "2.0.2"
},
"devDependencies": {
"@types/atom": "1.40.4",
Expand All @@ -54,7 +60,14 @@
"npm-check-updates": "9.0.4",
"build-commit": "0.1.1"
},
"providedServices": {},
"providedServices": {
"debugger.provider": {
"description": "NodeJS debugger engine.",
"versions": {
"0.0.0": "createDebuggerProvider"
}
}
},
"consumedServices": {},
"package-deps": [
"atom-ide-base",
Expand Down
38 changes: 0 additions & 38 deletions src/debugger/node/package.json

This file was deleted.

0 comments on commit 5097e0d

Please sign in to comment.