Skip to content

Commit

Permalink
fix(*): specified @nrwl/devkit dependency (#34)
Browse files Browse the repository at this point in the history
* fix(*): specified @nrwl/devkit dependency

* fix(*): bumped up the version

---------

Co-authored-by: lironhazan <[email protected]>
  • Loading branch information
LironHazan and lironhazan-talon authored Aug 4, 2023
1 parent 5d682d1 commit d1eeb2a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/nx-size-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-size-limit",
"version": "2.0.1",
"version": "2.0.2",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand All @@ -13,6 +13,12 @@
"bugs": {
"url": "git://github.com/LironHazan/nx-size-limit/issues"
},
"peerDependencies": {
"nx": ">=15.9.2"
},
"dependencies": {
"@nrwl/devkit": "15.9.2"
},
"repository": {
"directory": "packages/nx-size-limit",
"type": "git",
Expand Down

0 comments on commit d1eeb2a

Please sign in to comment.