Skip to content

Commit

Permalink
Merge pull request #5945 from jasongrout/browserfield
Browse files Browse the repository at this point in the history
Add node dependencies and a browser field to services for the ws and node-fetch packages
  • Loading branch information
jasongrout committed Feb 5, 2019
2 parents 69e3e95 + 433e0de commit 277da80
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/services/package.json
Expand Up @@ -36,13 +36,19 @@
"prepublishOnly": "jlpm run build && webpack",
"watch": "tsc -b --watch"
},
"browser": {
"node-fetch": false,
"ws": false
},
"dependencies": {
"@jupyterlab/coreutils": "^3.0.0-alpha.1",
"@jupyterlab/observables": "^2.2.0-alpha.1",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/signaling": "^1.2.2"
"@phosphor/signaling": "^1.2.2",
"node-fetch": "~2.2.0",
"ws": "~6.0.0"
},
"devDependencies": {
"@types/node": "~8.0.47",
Expand Down

0 comments on commit 277da80

Please sign in to comment.