Skip to content

Commit f20d6bb

Browse files
authored
Merge pull request #69 from Staffbase/fix-publish-config
2 parents ee3d6b1 + 5f064b8 commit f20d6bb

4 files changed

Lines changed: 56 additions & 92 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}

greenkeeper.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

package-lock.json

Lines changed: 50 additions & 76 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)