Skip to content

Commit 2344d2c

Browse files
committed
refactor(package.json): remove extra options
1 parent 928fd1b commit 2344d2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@
1111
"homepage": "https://github.com/archoleat/repo-template#readme",
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/archoleat/repo-template.git"
14+
"url": "https://github.com/archoleat/repo-template.git"
1515
},
1616
"bugs": {
1717
"url": "https://github.com/archoleat/repo-template/issues"
1818
},
1919
"keywords": [
2020
"repo-template"
2121
],
22+
"engines": {
23+
"bun": ">=1.0.0"
24+
},
2225
"type": "module",
2326
"types": "index.d.ts",
2427
"imports": {

0 commit comments

Comments
 (0)