Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit a260458

Browse files
author
Angular Builds
committed
017b727c6 fix(@angular/cli): allow for private use language subtags
1 parent 91f0be7 commit a260458

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@angular-devkit/build-ng-packagr",
3-
"version": "0.900.6+1.1a9cbd3",
3+
"version": "0.900.6+3.017b727",
44
"description": "Angular Build Architect for ng-packagr",
55
"experimental": true,
66
"main": "src/index.js",
77
"typings": "src/index.d.ts",
88
"builders": "builders.json",
99
"dependencies": {
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#1a9cbd390",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#017b727c6",
1111
"rxjs": "6.5.3"
1212
},
1313
"peerDependencies": {

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Mar 13 2020 20:53:00 GMT+0000 (Coordinated Universal Time)
1+
Tue Mar 17 2020 05:19:02 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)