Skip to content

Commit c499461

Browse files
committed
fix: remove collision on lib alias
1 parent ed7b9b4 commit c499461

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/nx/generators.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"factory": "./src/generators/library/library",
2222
"schema": "./src/generators/library/schema.json",
2323
"description": "Create a library",
24-
"aliases": ["lib"],
2524
"x-type": "library"
2625
},
2726
"app-resources": {
@@ -50,7 +49,6 @@
5049
"factory": "./src/generators/library/compat",
5150
"schema": "./src/generators/library/schema.json",
5251
"description": "Create a library",
53-
"aliases": ["lib"],
5452
"x-type": "library"
5553
},
5654
"app-resources": {

0 commit comments

Comments
 (0)