Skip to content

Commit 15e7746

Browse files
committed
Update package definition
1 parent 128a8c8 commit 15e7746

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "vue-router-shield",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Vue Router Shield enhance the Vue.js router by adding new navigation guards capabilities",
55
"source": "src/index.js",
66
"main": "dist/index.cjs.js",
77
"module": "dist/index.esm.js",
88
"author": "Antoine Bellion",
99
"license": "MIT",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/abellion/vue-router-shield"
13+
},
1014
"devDependencies": {
1115
"@parcel/transformer-vue": "^2.0.1",
1216
"cypress": "^9.5.0",

0 commit comments

Comments
 (0)