diff --git a/package.json b/package.json index 1ad391a..146eda5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-plotly", - "version": "0.0.5", + "version": "0.0.6", "description": "", "main": "dist/library.js", "module": "dist/library.mjs", @@ -10,7 +10,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c", - "deplot": "bash deploy.sh", + "deploy": "bash deploy.sh", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, @@ -42,6 +42,7 @@ "vuepress": "^1.9.7" }, "dependencies": { - "plotly.js-dist": "^2.12.1" + "plotly.js-dist": "^2.12.1", + "uuid": "^9.0.0" } }