We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6588d commit 065b9a3Copy full SHA for 065b9a3
package.json
@@ -6,6 +6,14 @@
6
"description": "dynamic tabs, full control and api based Tab for ReactJs",
7
"main": "lib/cjs/index.js",
8
"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
17
"scripts": {
18
"build": "npm-run-all clean:* --parallel build:lib:* & npm-run-all --parallel build:umd:*",
19
"build:dev:watch": "cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development --watch",
0 commit comments