Skip to content

Commit 79ee0f5

Browse files
committed
git
1 parent d571426 commit 79ee0f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "bash-env",
33
"version": "1.0.0",
44
"description": "A simulated bash environment with virtual filesystem",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/vercel-labs/bash-env.git"
8+
},
9+
"homepage": "https://github.com/vercel-labs/bash-env#readme",
10+
"bugs": {
11+
"url": "https://github.com/vercel-labs/bash-env/issues"
12+
},
513
"type": "module",
614
"main": "dist/bundle/index.js",
715
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)