Skip to content

Commit

Permalink
feat: add tslib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
klaascuvelier committed Apr 12, 2023
1 parent 8281417 commit fb8b2fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nx-deno-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"peerDependencies": {
"@nrwl/devkit": ">=15.0.0",
"@nrwl/node": ">=15.0.0",
"@nrwl/tao": ">=15.0.0"
"@nrwl/tao": ">=15.0.0",
"tslib": ">=2.0.0"
}
}

0 comments on commit fb8b2fe

Please sign in to comment.