aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3381cd4..94f2825 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,8 @@
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-node-builtins": "^2.1.2",
- "rollup-plugin-node-globals": "^1.1.0"
+ "rollup-plugin-node-globals": "^1.1.0",
+ "uuid": "^3.1.0"
},
"scripts": {
"build-standalone": "babel src/index.js --out-file dist/standalone.js",