Skip to content

Commit

Permalink
feat: update main in package (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanyow authored and gja committed Dec 1, 2018
1 parent 38235e5 commit 8c82a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cloudflare-worker-local",
"version": "1.3.0",
"description": "Run a Cloudflare-compatible Worker Locally",
"main": "index.js",
"main": "start.js",
"scripts": {
"prepublishOnly": "npm install && git diff --quiet && npm test && npx standard-version && git push --follow-tags origin",
"test": "jest",
Expand Down

0 comments on commit 8c82a79

Please sign in to comment.