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 678ee51 commit b8feb22Copy full SHA for b8feb22
packages/angular/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/angular",
3
- "version": "18.1.3",
+ "version": "19.0.0-rc.0",
4
"homepage": "https://nativescript.org/",
5
"repository": {
6
"type": "git",
packages/angular/project.json
@@ -13,6 +13,10 @@
13
"project": "packages/angular/ng-package.json"
14
}
15
},
16
+ "clean": {
17
+ "executor": "@nativescript/nx:clean",
18
+ "options": {}
19
+ },
20
"lint": {
21
"executor": "@nx/eslint:lint"
22
0 commit comments