We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e449e3 commit d21747aCopy full SHA for d21747a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-action",
3
- "version": "0.0.0",
+ "version": "1.0.0",
4
"private": true,
5
"description": "TypeScript template action",
6
"main": "lib/main.js",
src/angular-versions.ts
@@ -19,6 +19,7 @@ export const versions = new Map<string, PackageJsonVersion>([
19
},
20
devDependencies: {
21
'@angular-devkit/build-angular': '~0.800.6',
22
+ '@angular-devkit/build-ng-packagr': '~0.800.6',
23
'@angular/cli': '~8.0.6',
24
'@angular/compiler-cli': '~8.0.3',
25
'@types/node': '~8.9.4',
@@ -47,6 +48,7 @@ export const versions = new Map<string, PackageJsonVersion>([
47
48
49
50
'@angular-devkit/build-angular': '~0.900.7',
51
+ '@angular-devkit/build-ng-packagr': '~0.900.7',
52
'@angular/cli': '~9.0.7',
53
'@angular/compiler-cli': '~9.0.7',
54
'@types/node': '^12.11.1',
@@ -75,6 +77,7 @@ export const versions = new Map<string, PackageJsonVersion>([
75
77
76
78
79
'@angular-devkit/build-angular': '~0.1000.8',
80
+ '@angular-devkit/build-ng-packagr': '~0.1000.8',
81
'@angular/cli': '~10.0.8',
82
'@angular/compiler-cli': '~10.0.14',
83
0 commit comments