Skip to content

Commit 1ea5f33

Browse files
Update package.json
1 parent d604316 commit 1ea5f33

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 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.1",
3+
"version": "0.0.3",
44
"description": "🍪 Vue CLI 3/4 Plugin for handling browser cookies",
55
"main": "index.js",
66
"scripts": {
@@ -10,5 +10,10 @@
1010
"license": "MIT",
1111
"dependencies": {
1212
"tiny-cookie": "^1.0"
13-
}
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/BattlefieldDuck/vue-cli-plugin-cookie"
17+
},
18+
"homepage": "https://github.com/BattlefieldDuck/vue-cli-plugin-cookie#readme"
1419
}

0 commit comments

Comments
 (0)