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 e9788fb commit a797505Copy full SHA for a797505
.yarnrc
@@ -0,0 +1 @@
1
+@lucasecdb:registry=https://npm.pkg.github.com/
package.json
@@ -1,6 +1,7 @@
{
2
- "name": "react-tab-controller",
+ "name": "@lucasecdb/react-tab-controller",
3
"version": "0.2.0",
4
+ "repository": "git://github.com/lucasecdb/react-tab-controller.git",
5
"main": "dist/index.js",
6
"umd:main": "dist/react-tab-controller.umd.production.js",
7
"module": "dist/react-tab-controller.es.production.js",
@@ -41,5 +42,8 @@
41
42
},
43
"dependencies": {
44
"tiny-warning": "^1.0.2"
45
+ },
46
+ "publishConfig": {
47
+ "registry":"https://npm.pkg.github.com/"
48
}
49
0 commit comments