@schematics/angular 0.7.4 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,11 @@
1
1
  # This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
2
2
  # For additional information regarding the format and rule options, please see:
3
3
  # https://github.com/browserslist/browserslist#queries
4
- # For IE 9-11 support, please uncomment the last line of the file and adjust as needed
4
+ #
5
+ # For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed
6
+
5
7
  > 0.5%
6
8
  last 2 versions
7
9
  Firefox ESR
8
10
  not dead
9
- # IE 9-11
11
+ not IE 9-11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "Schematics specific to Angular",
5
5
  "keywords": [
6
6
  "angular",
@@ -14,8 +14,8 @@
14
14
  ],
15
15
  "schematics": "./collection.json",
16
16
  "dependencies": {
17
- "@angular-devkit/core": "0.7.4",
18
- "@angular-devkit/schematics": "0.7.4",
17
+ "@angular-devkit/core": "0.7.5",
18
+ "@angular-devkit/schematics": "0.7.5",
19
19
  "typescript": ">=2.6.2 <2.10"
20
20
  },
21
21
  "repository": {