Skip to content

Commit 016072f

Browse files
feat(nx-commands): updated print cli to remove tslib, import helpers false
1 parent 8f1d4a3 commit 016072f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/nx-commands/.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@nx/dependency-checks": [
2222
"error",
2323
{
24-
"ignoredDependencies": ["tslib"],
2524
"ignoredFiles": ["{projectRoot}/eslint.config.{js,cjs,mjs}"]
2625
}
2726
]

packages/nx-commands/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nx-commands-ngs",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Reusable commands for NPM",
55
"author": "Sridhar Mallela",
66
"license": "MIT",
@@ -35,7 +35,6 @@
3535
"nx-commands"
3636
],
3737
"peerDependencies": {
38-
"tslib": ">=2",
3938
"@nx/devkit": ">=18"
4039
}
4140
}

0 commit comments

Comments
 (0)