File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-sequence-viewer" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " A React wrapper around the BioJS sequence-viewer component" ,
5
5
"main" : " lib/index.js" ,
6
6
"jsnext:main" : " es/index.js" ,
23
23
"bootstrap" : " ^3.3.7" ,
24
24
"handlebars" : " 3.0.2" ,
25
25
"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 "
28
28
},
29
29
"peerDependencies" : {
30
30
"react" : " 15.x"
Original file line number Diff line number Diff line change 1
1
import React , { PropTypes , Component } from 'react' ;
2
- import { v4 } from 'node- uuid' ;
2
+ import { v4 } from 'uuid' ;
3
3
4
4
import Bootstrap from 'bootstrap/dist/css/bootstrap.min.css' ;
5
5
// See nwb.config.js for some webpack magic that allows this to work.
You can’t perform that action at this time.
0 commit comments