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 99f97d1 commit 8977955Copy full SHA for 8977955
package.json
@@ -16,8 +16,6 @@
16
"test": "jest --coverage",
17
"semantic-release": "semantic-release"
18
},
19
- "author": "Yashodhan Singh <dsfx3d@gmail.com>",
20
- "license": "MIT",
21
"devDependencies": {
22
"@babel/cli": "7.7.7",
23
"@babel/core": "7.7.7",
@@ -45,5 +43,18 @@
45
43
"repository": {
46
44
"type": "git",
47
"url": "https://github.com/dsfx3d/vue-router-middleware-plugin.git"
48
- }
+ },
+ "author": "Yashodhan Singh <dsfx3d@gmail.com>",
+ "license": "MIT",
49
+ "keywords": [
50
+ "vue",
51
+ "vue-router",
52
+ "middleware",
53
+ "middleware-pipeline",
54
+ "plugin"
55
+ ],
56
+ "bugs": {
57
+ "url": "https://github.com/dsfx3d/vue-router-middleware-plugin/issues"
58
59
+ "homepage": "https://github.com/dsfx3d/vue-router-middleware-plugin"
60
}
0 commit comments