Skip to content

Commit 4dc065e

Browse files
author
Angular Builds
committed
b23ee7a ci: add header to snapshot build README (#12482)
1 parent 77b8195 commit 4dc065e

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
----

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"schematics": "./collection.json",
1616
"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",
1919
"typescript": "3.1.1"
2020
},
2121
"repository": {

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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)

0 commit comments

Comments
 (0)