Skip to content

Commit 4ef5e0c

Browse files
committed
chore: remove flag
1 parent ac69af9 commit 4ef5e0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "bun-ts-starter",
2+
"name": "bun-plugin-env",
33
"type": "module",
44
"version": "0.1.1",
55
"description": "",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",
8-
"homepage": "https://github.com/stacksjs/bun-ts-starter#readme",
8+
"homepage": "https://github.com/stacksjs/bun-plugin-env#readme",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/stacksjs/bun-ts-starter.git"
11+
"url": "git+https://github.com/stacksjs/bun-plugin-env.git"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/stacksjs/bun-ts-starter/issues"
14+
"url": "https://github.com/stacksjs/bun-plugin-env/issues"
1515
},
1616
"keywords": [
1717
"dotenv",
@@ -43,7 +43,7 @@
4343
"commit": "git cz",
4444
"changelog": "bunx changelogen",
4545
"prepublishOnly": "bun --bun run build",
46-
"release": "bunx --bun bumpp package.json --all",
46+
"release": "bunx bumpp package.json --all",
4747
"test": "bun test",
4848
"typecheck": "tsc --noEmit"
4949
},

0 commit comments

Comments
 (0)