Skip to content

Commit 3948f0d

Browse files
author
Angular Builds
committed
9dd3f03 Further clean-up rules_nodejs npm workspace and remove yarn.lock (#29779)
1 parent 208d624 commit 3948f0d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "20.0.0-next.0+sha-a05d93a",
3+
"version": "20.0.0-next.0+sha-9dd3f03",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,8 +21,8 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#a05d93a",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#a05d93a",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#9dd3f03",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#9dd3f03",
2626
"@inquirer/prompts": "7.3.3",
2727
"ansi-colors": "4.1.3",
2828
"symbol-observable": "4.0.0",
@@ -32,6 +32,7 @@
3232
"type": "git",
3333
"url": "https://github.com/angular/angular-cli.git"
3434
},
35+
"packageManager": "[email protected]",
3536
"engines": {
3637
"node": "^20.11.1 || >=22.0.0",
3738
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Mar 10 2025 17:31:29 GMT+0000 (Coordinated Universal Time)
1+
Tue Mar 11 2025 09:13:25 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)