Skip to content

Commit 7afaad4

Browse files
committed
fix: remove bin prop from compat so that npm flattens scoped deps in node_modules
1 parent 8851637 commit 7afaad4

File tree

5 files changed

+0
-57
lines changed

5 files changed

+0
-57
lines changed

Diff for: nativescript-angular-package/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
"type": "git",
2828
"url": "https://github.com/NativeScript/nativescript-angular.git"
2929
},
30-
"bin": {
31-
"update-app-ng-deps": "node_modules/@nativescript/angular/bin/update-app-ng-deps"
32-
},
3330
"dependencies": {
3431
"@nativescript/angular": "file:../nativescript-angular"
3532
},

Diff for: nativescript-angular/hooks/before-livesync.js

-3
This file was deleted.

Diff for: nativescript-angular/hooks/hook-helper.js

-33
This file was deleted.

Diff for: nativescript-angular/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
},
3030
"scripts": {
3131
"tslint": "tslint --project tsconfig.json --config tslint.json",
32-
"postinstall": "node postinstall.js",
3332
"tsc": "tsc -p tsconfig.json",
3433
"tsc-w": "tsc -p tsconfig.json -w",
3534
"ngc": "ngc -p tsconfig.json",

Diff for: nativescript-angular/postinstall.js

-17
This file was deleted.

0 commit comments

Comments
 (0)