Skip to content

Commit ab10630

Browse files
committed
fix package.json links
1 parent 22d5a5c commit ab10630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/vuejs/vue-classy.git"
20+
"url": "git+https://github.com/vuejs/vue-class-component.git"
2121
},
2222
"keywords": [
2323
"vue",
@@ -28,9 +28,9 @@
2828
"author": "Evan You",
2929
"license": "MIT",
3030
"bugs": {
31-
"url": "https://github.com/vuejs/vue-classy/issues"
31+
"url": "https://github.com/vuejs/vue-class-component/issues"
3232
},
33-
"homepage": "https://github.com/vuejs/vue-classy#readme",
33+
"homepage": "https://github.com/vuejs/vue-class-component#readme",
3434
"devDependencies": {
3535
"@types/chai": "^3.4.34",
3636
"@types/mocha": "^2.2.32",

0 commit comments

Comments
 (0)