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 d604316 commit 1ea5f33Copy full SHA for 1ea5f33
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-cli-plugin-cookie",
3
- "version": "0.0.1",
+ "version": "0.0.3",
4
"description": "🍪 Vue CLI 3/4 Plugin for handling browser cookies",
5
"main": "index.js",
6
"scripts": {
@@ -10,5 +10,10 @@
10
"license": "MIT",
11
"dependencies": {
12
"tiny-cookie": "^1.0"
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"
19
}
0 commit comments