Skip to content

Commit bc2e407

Browse files
committed
chore: lint
1 parent c018fd2 commit bc2e407

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- 18.x
1212
- 20.x
1313
- 22.x
14+
- 23.x
1415
steps:
1516
- uses: actions/checkout@v4
1617
- uses: oven-sh/setup-bun@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "http://github.com/coderaiser/flop",
88
"repository": {
99
"type": "git",
10-
"url": "git://github.com/coderaiser/flop.git"
10+
"url": "git+https://github.com/coderaiser/flop.git"
1111
},
1212
"main": "lib/flop.js",
1313
"bin": {

0 commit comments

Comments
 (0)