We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1d4a3 commit 016072fCopy full SHA for 016072f
packages/nx-commands/.eslintrc.json
@@ -21,7 +21,6 @@
21
"@nx/dependency-checks": [
22
"error",
23
{
24
- "ignoredDependencies": ["tslib"],
25
"ignoredFiles": ["{projectRoot}/eslint.config.{js,cjs,mjs}"]
26
}
27
]
packages/nx-commands/package.json
@@ -1,6 +1,6 @@
1
2
"name": "nx-commands-ngs",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Reusable commands for NPM",
5
"author": "Sridhar Mallela",
6
"license": "MIT",
@@ -35,7 +35,6 @@
35
"nx-commands"
36
],
37
"peerDependencies": {
38
- "tslib": ">=2",
39
"@nx/devkit": ">=18"
40
41
0 commit comments