Skip to content

Commit 30319c4

Browse files
release 2.0.0
1 parent 49c36c5 commit 30319c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Now whenever you want to analyze your angular project just run a command `ng run
4141
- **optional**
4242
- Default: `true` (boolean)
4343
- Example:
44-
- `ng run [YOUR_PROJECT_NAME]:analyze --diffLoading=false` – A new Angular 10 project will have differential loading set to false, but if you upgrade from previous version and have differential loading enabled it will remain the same. This flag is for backward compatibilily. You can skip this option is differential loading is enabled.
44+
- `ng run [YOUR_PROJECT_NAME]:analyze --diffLoading=false` – A new Angular 10 project will have differential loading set to false, but if you upgrade from previous version and have differential loading enabled it will remain the same. This flag is for backward compatibilily. You can skip this option if differential loading is enabled.
4545

4646
# License
4747
[MIT](https://github.com/ngx-builders/source-map-analyzer/blob/master/LICENSE)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-builders/analyze",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "index.js",
66
"builders": "./builders.json",

0 commit comments

Comments
 (0)