We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74454f4 commit ab65b42Copy full SHA for ab65b42
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-cli-plugin-redis-deploy",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "A vue-cli plugin for deploying your built Vue app's index.html to Redis.",
5
"scripts": {
6
"build": "rm -rf ./dist && babel src/*.js --presets @babel/preset-env --out-dir ./",
@@ -12,9 +12,7 @@
12
"vuejs",
13
"cli",
14
"plugin",
15
- "s3",
16
- "aws",
17
- "cloudfront",
+ "redis",
18
"deploy",
19
"deployment"
20
],
0 commit comments