Skip to content

Commit 957c83b

Browse files
committed
chore(package): update uuid to version 3.0.0
1 parent ef792ac commit 957c83b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"bootstrap": "^3.3.7",
2424
"handlebars": "3.0.2",
2525
"jquery": "^3.1.0",
26-
"node-uuid": "^1.4.7",
27-
"sequence-viewer": "^0.2.18"
26+
"sequence-viewer": "^0.2.18",
27+
"uuid": "^3.0.0"
2828
},
2929
"peerDependencies": {
3030
"react": "15.x"

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, {PropTypes, Component} from 'react';
2-
import { v4 } from 'node-uuid';
2+
import { v4 } from 'uuid';
33

44
import Bootstrap from 'bootstrap/dist/css/bootstrap.min.css';
55
// See nwb.config.js for some webpack magic that allows this to work.

0 commit comments

Comments
 (0)