|
1 | 1 | {
|
2 | 2 | "name": "nativescript-floatingactionbutton",
|
3 | 3 | "version": "4.1.0",
|
4 |
| - "description": |
5 |
| - "A NativeScript plugin for Material Design Floating Action Button.", |
| 4 | + "description": "A NativeScript plugin for Material Design Floating Action Button.", |
6 | 5 | "main": "fab",
|
7 | 6 | "typings": "index.d.ts",
|
8 | 7 | "nativescript": {
|
|
24 | 23 | "scripts": {
|
25 | 24 | "tsc": "tsc -skipLibCheck",
|
26 | 25 | "build": "npm i && tsc",
|
27 |
| - "postclone": |
28 |
| - "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link", |
29 |
| - "test.android": |
30 |
| - "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch", |
31 |
| - "test.ios": |
32 |
| - "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch", |
33 |
| - "tslint": |
34 |
| - "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"", |
35 |
| - "plugin.link": |
36 |
| - "npm link && cd ../demo && npm link nativescript-floatingactionbutton && cd ../src", |
| 26 | + "postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link", |
| 27 | + "test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch", |
| 28 | + "test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch", |
| 29 | + "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"", |
| 30 | + "plugin.link": "npm link && cd ../demo && npm link nativescript-floatingactionbutton && cd ../src", |
37 | 31 | "plugin.tscwatch": "npm run tsc -- -w",
|
38 |
| - "demo.ios": |
39 |
| - "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles", |
40 |
| - "demo.android": |
41 |
| - "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles", |
| 32 | + "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles", |
| 33 | + "demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles", |
42 | 34 | "demo.reset": "cd ../demo && rimraf platforms",
|
43 |
| - "plugin.prepare": |
44 |
| - "npm run tsc && cd ../demo && tns plugin remove nativescript-floatingactionbutton && tns plugin add ../src", |
45 |
| - "clean": |
46 |
| - "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link", |
47 |
| - "ci.tslint": |
48 |
| - "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'", |
| 35 | + "plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-floatingactionbutton && tns plugin add ../src", |
| 36 | + "clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link", |
| 37 | + "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'" |
49 | 38 | },
|
50 | 39 | "lint-staged": {
|
51 |
| - "*.ts": ["prettier --write", "git add"] |
| 40 | + "*.ts": [ |
| 41 | + "prettier --write", |
| 42 | + "git add" |
| 43 | + ] |
52 | 44 | },
|
53 | 45 | "keywords": [
|
54 | 46 | "ecosystem:nativescript",
|
|
99 | 91 | }
|
100 | 92 | ],
|
101 | 93 | "license": "MIT",
|
102 |
| - "bugs": |
103 |
| - "https://github.com/bradmartin/nativescript-floatingactionbutton/issues", |
| 94 | + "bugs": "https://github.com/bradmartin/nativescript-floatingactionbutton/issues", |
104 | 95 | "homepage": "https://github.com/bradmartin/nativescript-floatingactionbutton",
|
105 | 96 | "devDependencies": {
|
106 | 97 | "husky": "^0.13.4",
|
|
0 commit comments