Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
fix: dont remove cf authentication on npm uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Mar 31, 2020
1 parent cb85b11 commit fa71621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Wrangle your Cloudflare Workers",
"main": "binary.js",
"scripts": {
"postinstall": "node ./install-wrangler.js",
"preuninstall": "node ./uninstall-wrangler.js"
"postinstall": "node ./install-wrangler.js"
},
"bin": {
"wrangler": "./run-wrangler.js"
Expand Down

0 comments on commit fa71621

Please sign in to comment.