Skip to content

Commit 8977955

Browse files
committed
update package.json
1 parent 99f97d1 commit 8977955

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
"test": "jest --coverage",
1717
"semantic-release": "semantic-release"
1818
},
19-
"author": "Yashodhan Singh <dsfx3d@gmail.com>",
20-
"license": "MIT",
2119
"devDependencies": {
2220
"@babel/cli": "7.7.7",
2321
"@babel/core": "7.7.7",
@@ -45,5 +43,18 @@
4543
"repository": {
4644
"type": "git",
4745
"url": "https://github.com/dsfx3d/vue-router-middleware-plugin.git"
48-
}
46+
},
47+
"author": "Yashodhan Singh <dsfx3d@gmail.com>",
48+
"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"
4960
}

0 commit comments

Comments
 (0)