Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 4, 2024
1 parent 8775d9b commit cb14322
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- 18.x
- 20.x
- 22.x
- 23.x
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- 18.x
- 20.x
- 22.x
- 23.x
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/supertape.git"
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-fail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/supertape.git"
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-json-lines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/supertape.git"
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-progress-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/supertape.git"
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-short/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/supertape.git"
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-tap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/supertape.git"
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/supertape.git"
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
Expand Down
2 changes: 1 addition & 1 deletion packages/operator-stub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/supertape.git"
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
Expand Down
2 changes: 1 addition & 1 deletion packages/supertape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/supertape.git"
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
Expand Down

0 comments on commit cb14322

Please sign in to comment.