Skip to content

Commit 497e59a

Browse files
committed
Add repository into package.json
1 parent d2e1cbd commit 497e59a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.2.0",
44
"description": "vue-infinite-loading project",
55
"main": "dist/vue-infinite-loading.js",
6+
"author": {
7+
"name": "PeachScript",
8+
"email": "scdzwyxst@gmail.com"
9+
},
610
"scripts": {
711
"dev": "webpack-dev-server --inline --hot --quiet --port=8000",
812
"build": "rm -rf build/ && NODE_ENV=production webpack --progress --hide-modules",
@@ -15,6 +19,14 @@
1519
"infinite scroll",
1620
"vue infinite"
1721
],
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/PeachScript/vue-infinite-loading.git"
25+
},
26+
"bugs": {
27+
"url": "https://github.com/PeachScript/vue-infinite-loading/issues"
28+
},
29+
"homepage": "https://github.com/PeachScript/vue-infinite-loading",
1830
"devDependencies": {
1931
"babel-core": "^6.7.7",
2032
"babel-loader": "^6.2.4",
@@ -55,9 +67,5 @@
5567
"peerDependencies": {
5668
"vue": "^1.0.0"
5769
},
58-
"author": {
59-
"name": "PeachScript",
60-
"email": "scdzwyxst@gmail.com"
61-
},
6270
"license": "MIT"
6371
}

0 commit comments

Comments
 (0)