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 11{
22 "name" : " react-sequence-viewer" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " A React wrapper around the BioJS sequence-viewer component" ,
55 "main" : " lib/index.js" ,
66 "jsnext:main" : " es/index.js" ,
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"
Original file line number Diff line number Diff line change 11import React , { PropTypes , Component } from 'react' ;
2- import { v4 } from 'node- uuid' ;
2+ import { v4 } from 'uuid' ;
33
44import Bootstrap from 'bootstrap/dist/css/bootstrap.min.css' ;
55// 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