Skip to content

Commit a797505

Browse files
committed
update to use github package registry
1 parent e9788fb commit a797505

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.yarnrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@lucasecdb:registry=https://npm.pkg.github.com/

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "react-tab-controller",
2+
"name": "@lucasecdb/react-tab-controller",
33
"version": "0.2.0",
4+
"repository": "git://github.com/lucasecdb/react-tab-controller.git",
45
"main": "dist/index.js",
56
"umd:main": "dist/react-tab-controller.umd.production.js",
67
"module": "dist/react-tab-controller.es.production.js",
@@ -41,5 +42,8 @@
4142
},
4243
"dependencies": {
4344
"tiny-warning": "^1.0.2"
45+
},
46+
"publishConfig": {
47+
"registry":"https://npm.pkg.github.com/"
4448
}
4549
}

0 commit comments

Comments
 (0)