Skip to content

Commit

Permalink
chore(cf-workers): clean up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
barbados-clemens committed May 20, 2022
1 parent 28f7407 commit 2ac4a50
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/cloudflare/workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"publishConfig": {
"access": "public"
},
"devDependencies": {
"wrangler": "^2.0.2",
"@cloudflare/workers-types": "^3.10.0"
}
"dependencies": {
"@nrwl/js": "^14.1.7",
"@nrwl/workspace": "^14.1.7"
},
"devDependencies": {}
}

0 comments on commit 2ac4a50

Please sign in to comment.