diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-09 18:36:14 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-09 18:36:14 +0300 |
commit | e7de2b9a1ba81463db4f696249193d51754ec864 (patch) | |
tree | 44d53bf772f150a7e9bb3c9c44fc93d734a74c9f /package.json | |
parent | fd54adf4291e601db06b0f384290c5be8450a191 (diff) | |
download | iii-client-e7de2b9a1ba81463db4f696249193d51754ec864.tar.xz iii-client-e7de2b9a1ba81463db4f696249193d51754ec864.zip |
Test update
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
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", |