Skip to content

Commit 63073ec

Browse files
committed
Fixup package.json
1 parent 5e0f217 commit 63073ec

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

packages/workers-builder/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44
"description": "Build and bundle Workers at runtime for Cloudflare Worker Loader binding",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/danlapid/workers-builder"
7+
"url": "git+https://github.com/danlapid/workers-builder.git",
8+
"directory": "packages/workers-builder"
89
},
10+
"author": "danlapid",
11+
"license": "MIT",
12+
"bugs": {
13+
"url": "https://github.com/danlapid/workers-builder/issues"
14+
},
15+
"homepage": "https://github.com/danlapid/workers-builder/tree/main/packages/workers-builder#readme",
916
"type": "module",
1017
"main": "./dist/index.js",
1118
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)