File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "scripts" : {
55 "setup" : " ts-patch install" ,
6+ "prepare" : " npm run setup" ,
67 "build.angular" : " ng-packagr -p src/angular/package.json -c src/angular/tsconfig.json" ,
78 "clean" : " rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json plugin/README.md demo/node_modules demo-angular/node_modules" ,
89 "tsc" : " cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d" ,
2223 "@angular/router" : " ~10.1.5" ,
2324 "@commitlint/cli" : " ^11.0.0" ,
2425 "@commitlint/config-conventional" : " ^11.0.0" ,
25- "@nativescript-community/gesturehandler" : " ^0.1.29 " ,
26+ "@nativescript-community/gesturehandler" : " ^0.1.35 " ,
2627 "@nativescript-community/ui-drawer" : " file:plugin" ,
2728 "@nativescript/angular" : " 10.1.7" ,
2829 "@nativescript/core" : " 7.0.13" ,
7172 "dependencies" : {
7273 "ts-node" : " ^8.10.2"
7374 }
74- }
75+ }
Original file line number Diff line number Diff line change 4444 "license" : " Apache-2.0" ,
4545 "readmeFilename" : " README.md" ,
4646 "dependencies" : {
47- "@nativescript-community/gesturehandler" : " ^0.1.29 "
47+ "@nativescript-community/gesturehandler" : " ^0.1.35 "
4848 }
4949}
You can’t perform that action at this time.
0 commit comments