|
6 | 6 | "sideEffects": false,
|
7 | 7 | "typings": "./index.d.ts",
|
8 | 8 | "scripts": {
|
9 |
| - "preuninstall": "node preuninstall.js", |
10 |
| - "postinstall": "node postinstall.js", |
11 | 9 | "tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/core' --cwd=../../src/core --parents && ../../node_modules/.bin/tsc -d",
|
12 | 10 | "tsc-win": "..\\..\\node_modules\\.bin\\cpy '**/*.d.ts' '..\\..\\packages\\core' --cwd=..\\..\\src\\core --parents && ..\\..\\node_modules\\.bin\\tsc -d",
|
13 |
| - "build": "npm run tsc && npm run build.hooks", |
| 11 | + "build": "npm run tsc", |
14 | 12 | "build.watch": "npm run tsc -- -w",
|
15 |
| - "build.win": "npm run tsc-win && npm run build.hooks.win", |
16 |
| - "build.hooks.win": "..\\..\\node_modules\\.bin\\tsc -skipLibCheck -p tsconfig.hooks.json", |
17 |
| - "build.hooks": " tsc -skipLibCheck -p tsconfig.hooks.json", |
18 |
| - "build.all": "npm run build.hooks && npm run build", |
19 |
| - "build.all.win": "npm run build.hooks.win && npm run build.win", |
| 13 | + "build.win": "npm run tsc-win", |
| 14 | + "build.all": "npm run build", |
| 15 | + "build.all.win": "npm run build.win", |
20 | 16 | "clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android"
|
21 | 17 | },
|
22 | 18 | "nativescript": {
|
23 | 19 | "platforms": {
|
24 | 20 | "android": "6.2.0",
|
25 | 21 | "ios": "6.2.0"
|
26 |
| - }, |
27 |
| - "hooks": [ |
28 |
| - { |
29 |
| - "type": "before-prepare", |
30 |
| - "script": "scripts/before-prepare.js", |
31 |
| - "inject": true |
32 |
| - } |
33 |
| - ] |
| 22 | + } |
34 | 23 | },
|
35 | 24 | "keywords": [
|
36 | 25 | "NativeScript",
|
|
49 | 38 | "homepage": "https://github.com/nativescript-community/ui-material-components",
|
50 | 39 | "repository": "https://github.com/nativescript-community/ui-material-components",
|
51 | 40 | "readmeFilename": "README.md",
|
52 |
| - "gitHead": "48cf92e33d0f74f46c045dd3a80652243a19a40c", |
53 |
| - "dependencies": { |
54 |
| - "@nativescript/hook": "~2.0.0" |
55 |
| - } |
| 41 | + "gitHead": "48cf92e33d0f74f46c045dd3a80652243a19a40c" |
56 | 42 | }
|
0 commit comments