Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Move some dependencies to be bundled in the webpack bundle (#418)
Browse files Browse the repository at this point in the history
* Move some dependencies to be bundled in the webpack bundle

* Bump electron version

* Bring q & find-parent-dir to dependencies

* Force extract-zip dependency

* Fix extract-zip version
  • Loading branch information
extr0py authored Apr 30, 2017
1 parent cc52f74 commit c06101c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"find-parent-dir": "0.3.0",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"neovim-client": "2.1.0",
"omnisharp-client": "7.0.6",
"typescript": "2.2.1",
"vscode-jsonrpc": "3.2.0",
"vscode-languageserver-types": "3.2.0",
"wcwidth": "1.0.1"
"q": "1.4.1",
"typescript": "2.2.1"
},
"devDependencies": {
"@types/classnames": "0.0.32",
Expand All @@ -113,10 +111,10 @@
"concurrently": "3.1.0",
"cross-env": "3.1.3",
"css-loader": "0.26.1",
"electron": "1.6.1",
"electron": "1.6.6",
"electron-builder": "16.4.2",
"electron-devtools-installer": "2.1.0",
"find-parent-dir": "0.3.0",
"extract-zip": "1.6.0",
"fuse.js": "2.6.2",
"glob": "7.1.1",
"innosetup-compiler": "5.5.9",
Expand All @@ -125,9 +123,9 @@
"less-loader": "2.2.3",
"less-plugin-autoprefix": "1.5.1",
"lodash": "4.17.0",
"mkdirp": "0.5.1",
"mocha": "3.1.2",
"optimize-js-plugin": "0.0.4",
"q": "1.4.1",
"react": "15.3.1",
"react-dom": "15.3.1",
"react-hot-loader": "1.3.1",
Expand All @@ -140,6 +138,9 @@
"style-loader": "0.13.1",
"ts-loader": "1.2.2",
"tslint": "4.0.2",
"vscode-jsonrpc": "3.2.0",
"vscode-languageserver-types": "3.2.0",
"wcwidth": "1.0.1",
"webpack": "1.13.2",
"webpack-dev-server": "1.16.1"
}
Expand Down

0 comments on commit c06101c

Please sign in to comment.