Skip to content

Commit

Permalink
rm publishing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkohli96 committed Oct 20, 2024
1 parent 5fa0341 commit 8b71cf9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 40 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
node_modules
.DS_Store

publish.sh
5 changes: 1 addition & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
"./react": "./lib/react/index.js"
},
"scripts": {
"test": "eslint __tests__",
"fix": "eslint --fix __tests__",
"link:local": "npm link",
"unlink:local": "npm unlink @nish1896/eslint-config",
"publish:ci": "npm publish --provenance --access public",
"publish:manual": "npm publish --access public"
},
"keywords": [
Expand Down Expand Up @@ -49,5 +46,5 @@
"eslint": ">=7 <9",
"typescript": ">=4"
},
"license": "ISC"
"license": "MIT"
}
5 changes: 1 addition & 4 deletions packages/eslint-flat-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
"./jsx": "./lib/jsx/index.mjs"
},
"scripts": {
"test": "eslint __tests__",
"fix": "eslint --fix __tests__",
"link:local": "npm link",
"unlink:local": "npm unlink @nish1896/eslint-flat-config",
"publish:ci": "npm publish --provenance --access public",
"publish:manual": "npm publish --access public"
},
"keywords": [
Expand Down Expand Up @@ -56,5 +53,5 @@
"@eslint/js": ">=9",
"eslint": ">=9"
},
"license": "ISC"
"license": "MIT"
}

0 comments on commit 8b71cf9

Please sign in to comment.