Skip to content

Commit bfa5ba6

Browse files
Update package.json
1 parent 931a397 commit bfa5ba6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-cookie",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "🍪 Vue CLI 3/4 Plugin for handling browser cookies",
55
"main": "index.js",
66
"scripts": {
@@ -13,7 +13,19 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/BattlefieldDuck/vue-cli-plugin-cookie"
16+
"url": "git+https://github.com/BattlefieldDuck/vue-cli-plugin-cookie.git"
1717
},
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+
],
1830
"homepage": "https://github.com/BattlefieldDuck/vue-cli-plugin-cookie#readme"
1931
}

0 commit comments

Comments
 (0)