We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41f708 commit 729c3a1Copy full SHA for 729c3a1
3 files changed
.github/workflows/publish.yml
@@ -19,6 +19,7 @@ jobs:
19
- uses: actions/setup-node@v4
20
with:
21
node-version: 24
22
+ registry-url: https://registry.npmjs.org
23
24
- run: pnpm install --frozen-lockfile
25
packages/eslint-config/package.json
@@ -1,6 +1,9 @@
1
{
2
"name": "@byscripts/eslint-config",
3
"version": "0.4.0",
4
+ "repository": {
5
+ "url": "https://github.com/ByScripts/toolbox"
6
+ },
7
"type": "module",
8
"files": [
9
"dist"
packages/eslint-plugin/package.json
"name": "@byscripts/eslint-plugin",
0 commit comments