Skip to content

Commit d265f4a

Browse files
committed
add repository,bugs
1 parent a0bca92 commit d265f4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
"dev": "NODE_ENV=development webpack-dev-server --config build/webpack.dev.conf.js",
1111
"build": "NODE_ENV=production webpack --config build/webpack.prod.conf.js"
1212
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/xpioneer/react-typescript.git"
16+
},
17+
"bugs": {
18+
"url": "https://github.com/xpioneer/react-typescript/issues"
19+
},
1320
"dependencies": {
1421
"antd": "^3.10.4",
1522
"axios": "^0.18.0",

0 commit comments

Comments
 (0)