File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Snapshot build of @schematics/angular
3
+
4
+ This repository is a snapshot of a commit on the original repository. The original code used to
5
+ generate this is located at http://github.com/angular/angular-cli .
6
+
7
+ We do not accept PRs or Issues opened on this repository. You should not use this over a tested and
8
+ released version of this package.
9
+
10
+ To test this snapshot in your own project, use
11
+
12
+ ``` bash
13
+ npm install github.com/angular/schematics-angular-builds
14
+ ```
15
+
16
+ ----
Original file line number Diff line number Diff line change 14
14
],
15
15
"schematics" : " ./collection.json" ,
16
16
"dependencies" : {
17
- "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#f48a163 " ,
18
- "@angular-devkit/schematics" : " github:angular/angular-devkit-schematics-builds#f48a163 " ,
17
+ "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#b23ee7a " ,
18
+ "@angular-devkit/schematics" : " github:angular/angular-devkit-schematics-builds#b23ee7a " ,
19
19
"typescript" : " 3.1.1"
20
20
},
21
21
"repository" : {
Original file line number Diff line number Diff line change 1
- Wed Oct 10 2018 22:09:39 GMT+0000 (Coordinated Universal Time)
1
+ Wed Oct 10 2018 22:29:16 GMT+0000 (Coordinated Universal Time)
You can’t perform that action at this time.
0 commit comments