fix uuid peers (#2212)

This commit is contained in:
Tony Alves
2019-03-17 10:44:51 -07:00
committed by Shawn Erquhart
parent dac2442c21
commit 4b8face660
3 changed files with 6 additions and 8 deletions

View File

@ -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"
}
}