We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef792ac commit 957c83bCopy full SHA for 957c83b
package.json
@@ -23,8 +23,8 @@
23
"bootstrap": "^3.3.7",
24
"handlebars": "3.0.2",
25
"jquery": "^3.1.0",
26
- "node-uuid": "^1.4.7",
27
- "sequence-viewer": "^0.2.18"
+ "sequence-viewer": "^0.2.18",
+ "uuid": "^3.0.0"
28
},
29
"peerDependencies": {
30
"react": "15.x"
src/index.js
@@ -1,5 +1,5 @@
1
import React, {PropTypes, Component} from 'react';
2
-import { v4 } from 'node-uuid';
+import { v4 } from 'uuid';
3
4
import Bootstrap from 'bootstrap/dist/css/bootstrap.min.css';
5
// See nwb.config.js for some webpack magic that allows this to work.
0 commit comments