Skip to content

Commit

Permalink
Merge branch 'develop' into single-character-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber authored Jun 20, 2024
2 parents 2145f4d + c2a0aa0 commit fd46081
Show file tree
Hide file tree
Showing 4 changed files with 538 additions and 423 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
run_install: true

- name: Test
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
run_install: true

- name: Type check
Expand Down
19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,22 @@
},
"scripts": {
"build": "pkgroll --minify",
"lint": "lint --cache .",
"lint": "lintroll --cache .",
"test": "tsx tests",
"test:dts": "tsd",
"type-check": "tsc --noEmit",
"dev": "tsx watch --conditions=development tests",
"prepack": "pnpm build && clean-pkg-json"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^1.2.1",
"@types/node": "^20.12.7",
"@types/node": "^20.14.6",
"clean-pkg-json": "^1.2.0",
"eslint": "^8.57.0",
"manten": "^1.2.0",
"pkgroll": "^2.0.2",
"tsd": "^0.31.0",
"tsx": "^4.7.2",
"lintroll": "^1.6.1",
"manten": "^1.3.0",
"pkgroll": "^2.1.1",
"tsd": "^0.31.1",
"tsx": "^4.15.6",
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": "@pvtnbr"
}
"packageManager": "[email protected]"
}
Loading

0 comments on commit fd46081

Please sign in to comment.