Skip to content

Commit ef37a45

Browse files
author
Angular Builds
committed
5f930c984 docs: remove =true from --next
1 parent 6d67c6a commit ef37a45

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "0.1100.0-next.7+61.f47cb84",
3+
"version": "0.1100.0-next.7+64.5f930c9",
44
"description": "Angular Webpack Build Facade",
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#f47cb844e",
11-
"@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#f47cb844e",
12-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#f47cb844e",
13-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#f47cb844e",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#5f930c984",
11+
"@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#5f930c984",
12+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#5f930c984",
13+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#5f930c984",
1414
"@babel/core": "7.12.3",
1515
"@babel/generator": "7.12.1",
1616
"@babel/plugin-transform-runtime": "7.12.1",
1717
"@babel/preset-env": "7.12.1",
1818
"@babel/runtime": "7.12.1",
1919
"@babel/template": "7.10.4",
2020
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
21-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#f47cb844e",
21+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#5f930c984",
2222
"ansi-colors": "4.1.1",
2323
"autoprefixer": "9.8.6",
2424
"babel-loader": "8.1.0",
@@ -53,7 +53,7 @@
5353
"regenerator-runtime": "0.13.7",
5454
"resolve-url-loader": "3.1.2",
5555
"rimraf": "3.0.2",
56-
"rollup": "2.32.0",
56+
"rollup": "2.32.1",
5757
"rxjs": "6.6.3",
5858
"sass": "1.27.0",
5959
"sass-loader": "10.0.3",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Oct 21 2020 12:58:04 GMT+0000 (Coordinated Universal Time)
1+
Wed Oct 21 2020 13:43:24 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)