Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit aaf720a

Browse files
committed
release: v0.0.2
1 parent 5b6dfd1 commit aaf720a

2 files changed

Lines changed: 16 additions & 43 deletions

File tree

src/package-lock.json

Lines changed: 12 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-schule/ngx-deploy-starter",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Deployment from the Angular CLI to the file system. This is a sample project that helps you to implement your own deployment builder (`ng deploy`) for the Angular CLI.",
55
"main": "index.js",
66
"scripts": {
@@ -34,9 +34,9 @@
3434
},
3535
"homepage": "https://github.com/angular-schule/ngx-deploy-starter/#readme",
3636
"devDependencies": {
37-
"@angular-devkit/architect": "^0.803.0-next.0",
38-
"@angular-devkit/core": "^8.3.0-next.0",
39-
"@angular-devkit/schematics": "^8.3.0-next.0",
37+
"@angular-devkit/architect": "^0.803.0",
38+
"@angular-devkit/core": "^8.3.0",
39+
"@angular-devkit/schematics": "^8.3.0",
4040
"@types/fs-extra": "^8.0.0",
4141
"@types/jest": "^24.0.18",
4242
"@types/node": "^12.6.9",

0 commit comments

Comments
 (0)