@schematics/angular 0.3.1 → 0.3.2

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.
@@ -31,6 +31,7 @@
31
31
  /coverage
32
32
  /libpeerconnection.log
33
33
  npm-debug.log
34
+ yarn-error.log
34
35
  testem.log
35
36
  /typings
36
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Schematics specific to Angular",
5
5
  "keywords": [
6
6
  "angular",
@@ -16,8 +16,8 @@
16
16
  "typescript": "~2.6.2"
17
17
  },
18
18
  "peerDependencies": {
19
- "@angular-devkit/core": "0.3.1",
20
- "@angular-devkit/schematics": "0.3.1"
19
+ "@angular-devkit/core": "0.3.2",
20
+ "@angular-devkit/schematics": "0.3.2"
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",