Skip to content

Commit

Permalink
Remove requirejs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Oct 11, 2017
1 parent b3d9710 commit c9a458d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
39 changes: 0 additions & 39 deletions flow-typed/npm/requirejs_vx.x.x.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/jupyter-js-services-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

import ws from "ws";
import xhr from "xmlhttprequest";
import requirejs from "requirejs";

global.requirejs = requirejs;
global.XMLHttpRequest = xhr.XMLHttpRequest;
global.WebSocket = ws;

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-rangeslider": "^2.1.0",
"requirejs": "^2.2.0",
"spawnteract": "^4.0.0",
"tildify": "^1.2.0",
"uuid": "^3.0.1",
Expand Down

0 comments on commit c9a458d

Please sign in to comment.