Skip to content

Commit fdf8197

Browse files
committed
chore: nx migrate @nativescript/plugin-tools
1 parent f0bc48d commit fdf8197

File tree

4 files changed

+3
-26
lines changed

4 files changed

+3
-26
lines changed

Diff for: .eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

Diff for: migrations.json

-12
This file was deleted.

Diff for: package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@angular/router": "^15.0.0",
2828
"@nativescript/angular": "^15.0.0",
2929
"@nativescript/core": "~8.4.0",
30-
"@nativescript/plugin-tools": "5.0.3",
30+
"@nativescript/plugin-tools": "5.1.0",
3131
"@nativescript/types": "~8.4.0",
3232
"@nativescript/webpack": "~5.0.5",
3333
"@ngtools/webpack": "^15.0.0",
@@ -38,8 +38,7 @@
3838
"rxjs": "~7.5.0",
3939
"typescript": "~4.8.0",
4040
"zone.js": "~0.11.1",
41-
"@angular-devkit/build-angular": "^15.0.0",
42-
"nativescript-permissions": "1.3.11"
41+
"@angular-devkit/build-angular": "^15.0.0"
4342
},
4443
"lint-staged": {
4544
"**/*.{js,ts,scss,json,html,md}": [

Diff for: workspace.json

-11
This file was deleted.

0 commit comments

Comments
 (0)