Skip to content

Commit

Permalink
Merge pull request #69 from Staffbase/fix-publish-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninerian authored Jan 18, 2024
2 parents ee3d6b1 + 5f064b8 commit f20d6bb
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 92 deletions.
5 changes: 2 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
@staffbase:registry=https://npm.pkg.github.com/
@staffbase:registry=https://registry.npmjs.org/
always-auth=true
_authToken=${NPM_TOKEN}
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
10 changes: 0 additions & 10 deletions greenkeeper.json

This file was deleted.

126 changes: 50 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@staffbase/create-staffbase-plugin",
"version": "1.0.5",
"bin": "./csss.js",
"bin": {
"create-staffbase-plugin": "csss.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Staffbase/create-staffbase-plugin-nodejs"
"url": "git+https://github.com/Staffbase/create-staffbase-plugin-nodejs.git"
},
"scripts": {
"test": "jest",
Expand All @@ -30,7 +32,6 @@
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.0.0",
"@emotion/eslint-plugin": "^11.0.0",
"@staffbase/eslint-config": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
Expand Down

0 comments on commit f20d6bb

Please sign in to comment.