Skip to content

Commit efc8be7

Browse files
committed
fix: remove private packages and access
1 parent ee3d6b1 commit efc8be7

3 files changed

Lines changed: 8 additions & 34 deletions

File tree

.npmrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
2-
@staffbase:registry=https://npm.pkg.github.com/
1+
@staffbase:registry=https://registry.npmjs.org/
32
always-auth=true
4-
_authToken=${NPM_TOKEN}
3+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

package-lock.json

Lines changed: 2 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@staffbase/create-staffbase-plugin",
33
"version": "1.0.5",
4-
"bin": "./csss.js",
4+
"bin": {
5+
"create-staffbase-plugin": "csss.js"
6+
},
57
"repository": {
68
"type": "git",
7-
"url": "https://github.com/Staffbase/create-staffbase-plugin-nodejs"
9+
"url": "git+https://github.com/Staffbase/create-staffbase-plugin-nodejs.git"
810
},
911
"scripts": {
1012
"test": "jest",
@@ -30,7 +32,6 @@
3032
"@babel/core": "^7.20.12",
3133
"@babel/eslint-parser": "^7.0.0",
3234
"@emotion/eslint-plugin": "^11.0.0",
33-
"@staffbase/eslint-config": "^4.0.0",
3435
"@typescript-eslint/eslint-plugin": "^5.50.0",
3536
"@typescript-eslint/parser": "^5.50.0",
3637
"eslint": "^8.33.0",

0 commit comments

Comments
 (0)