fix uuid peers (#2212)
This commit is contained in:
committed by
Shawn Erquhart
parent
dac2442c21
commit
4b8face660
@ -19,11 +19,9 @@
|
||||
"develop": "npm run watch",
|
||||
"build": "cross-env NODE_ENV=production webpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"uuid": "^3.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"immutable": "^3.7.6",
|
||||
"lodash": "^4.17.11"
|
||||
"lodash": "^4.17.11",
|
||||
"uuid": "^3.3.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user