We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931a397 commit bfa5ba6Copy full SHA for bfa5ba6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-cli-plugin-cookie",
3
- "version": "0.0.4",
+ "version": "0.1.0",
4
"description": "🍪 Vue CLI 3/4 Plugin for handling browser cookies",
5
"main": "index.js",
6
"scripts": {
@@ -13,7 +13,19 @@
13
},
14
"repository": {
15
"type": "git",
16
- "url": "git+https://github.com/BattlefieldDuck/vue-cli-plugin-cookie"
+ "url": "git+https://github.com/BattlefieldDuck/vue-cli-plugin-cookie.git"
17
18
+ "keywords": [
19
+ "vue",
20
+ "vue3",
21
+ "cli",
22
+ "cookie",
23
+ "cookies",
24
+ "vue-cookie",
25
+ "vue-cookies",
26
+ "vue-cli-plugin",
27
+ "vue-cli-4",
28
+ "vue-cli4"
29
+ ],
30
"homepage": "https://github.com/BattlefieldDuck/vue-cli-plugin-cookie#readme"
31
}
0 commit comments