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 128a8c8 commit 15e7746Copy full SHA for 15e7746
package.json
@@ -1,12 +1,16 @@
1
{
2
"name": "vue-router-shield",
3
"version": "1.0.0",
4
- "description": "",
+ "description": "Vue Router Shield enhance the Vue.js router by adding new navigation guards capabilities",
5
"source": "src/index.js",
6
"main": "dist/index.cjs.js",
7
"module": "dist/index.esm.js",
8
"author": "Antoine Bellion",
9
"license": "MIT",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/abellion/vue-router-shield"
13
+ },
14
"devDependencies": {
15
"@parcel/transformer-vue": "^2.0.1",
16
"cypress": "^9.5.0",
0 commit comments