Skip to content

Commit 065b9a3

Browse files
update package.json
1 parent bf6588d commit 065b9a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
"description": "dynamic tabs, full control and api based Tab for ReactJs",
77
"main": "lib/cjs/index.js",
88
"module": "lib/esm/index.js",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/dev-javascript/react-dyn-tabs.git"
12+
},
13+
"homepage": "https://github.com/dev-javascript/react-dyn-tabs",
14+
"bugs": {
15+
"url": "https://github.com/dev-javascript/react-dyn-tabs/issues"
16+
},
917
"scripts": {
1018
"build": "npm-run-all clean:* --parallel build:lib:* & npm-run-all --parallel build:umd:*",
1119
"build:dev:watch": "cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development --watch",

0 commit comments

Comments
 (0)