Skip to content

Commit 8c82a79

Browse files
jdanyowgja
authored andcommitted
feat: update main in package (#13)
1 parent 38235e5 commit 8c82a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cloudflare-worker-local",
33
"version": "1.3.0",
44
"description": "Run a Cloudflare-compatible Worker Locally",
5-
"main": "index.js",
5+
"main": "start.js",
66
"scripts": {
77
"prepublishOnly": "npm install && git diff --quiet && npm test && npx standard-version && git push --follow-tags origin",
88
"test": "jest",

0 commit comments

Comments
 (0)