|
1 | 1 | {
|
2 | 2 | "name": "@nstudio/nativescript-loading-indicator",
|
3 |
| - "version": "4.0.0", |
| 3 | + "version": "4.1.0", |
4 | 4 | "description": "A NativeScript plugin for showing an overlayed loading indicator.",
|
5 | 5 | "main": "loading-indicator",
|
6 | 6 | "typings": "index.d.ts",
|
|
18 | 18 | "tsc": "tsc -skipLibCheck",
|
19 | 19 | "build": "npm run tsc && npm run build.native",
|
20 | 20 | "build.native": "node scripts/build-native.js",
|
21 |
| - "postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src", |
| 21 | + "postclone": "npm run npm-i && node scripts/postclone.js && cd ../demo && npm run npm-i && npx rimraf -- package-lock.json && cd ../src", |
| 22 | + "npm-i": "npm i --legacy-peer-deps", |
22 | 23 | "test.android": "npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
|
23 | 24 | "test.ios": "npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
|
24 | 25 | "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude '**/platforms/**' --exclude \"**/typings/**\"",
|
25 | 26 | "demo.ios": "npm run tsc && cd ../demo && tns run ios",
|
26 | 27 | "demo.android": "npm run tsc && cd ../demo && tns run android",
|
27 | 28 | "demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
|
28 |
| - "demo-angular.ios": "npm i && cd ../demo-angular && tns run ios", |
29 |
| - "demo-angular.android": "npm i && cd ../demo-angular && tns run android", |
| 29 | + "demo-angular.ios": "npm run npm-i && cd ../demo-angular && tns run ios", |
| 30 | + "demo-angular.android": "npm run npm-i && cd ../demo-angular && tns run android", |
30 | 31 | "demo-angular.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json",
|
31 | 32 | "plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-loading-indicator && tns plugin add ../src",
|
32 |
| - "clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i", |
33 |
| - "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**' --exclude '**/typings/**'", |
| 33 | + "clean": "npm run demo.reset && npx rimraf node_modules package-lock.json && npm run npm-i", |
| 34 | + "ci.tslint": "npm run npm-i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**' --exclude '**/typings/**'", |
34 | 35 | "prepack": "npm run build.native",
|
35 | 36 | "generate.typings.ios": "cd ../demo && TNS_DEBUG_METADATA_PATH=\"$(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\"$(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo/typings!'"
|
36 | 37 | },
|
|
80 | 81 | "readmeFilename": "README.md",
|
81 | 82 | "devDependencies": {
|
82 | 83 | "husky": "~4.3.0",
|
83 |
| - "lint-staged": "~10.3.0", |
84 |
| - "prettier": "~2.1.1", |
85 |
| - "@nativescript/core": "~7.0.3", |
86 |
| - "@nativescript/types": "~7.0.3", |
87 |
| - "typescript": "~3.9.0", |
| 84 | + "lint-staged": "~10.5.0", |
| 85 | + "prettier": "~2.2.1", |
| 86 | + "@nativescript/core": "~8.0.0", |
| 87 | + "@nativescript/types": "~8.0.0", |
| 88 | + "typescript": "~4.1.0", |
88 | 89 | "prompt": "^1.0.0",
|
89 | 90 | "rimraf": "^3.0.2",
|
90 | 91 | "tslint": "^6.1.3",
|
|
0 commit comments