File tree Expand file tree Collapse file tree 4 files changed +9
-12
lines changed Expand file tree Collapse file tree 4 files changed +9
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
"nativescript" : {
7
7
"id" : " org.nativescript.plugindemo.localnotifications" ,
8
8
"tns-ios" : {
9
- "version" : " 6.0.0-rc-2019-06-28-105002-01 "
9
+ "version" : " 6.0.1 "
10
10
},
11
11
"tns-android" : {
12
- "version" : " 6.0.0-rc-2019-06-27-172817-03 "
12
+ "version" : " 6.0.0"
13
13
}
14
14
},
15
15
"dependencies" : {
16
16
"nativescript-local-notifications" : " file:../src" ,
17
- "nativescript-theme-core" : " ~1.0.4 " ,
18
- "tns-core-modules" : " 6.0.0-rc-2019-06-28-175837-02 "
17
+ "nativescript-theme-core" : " ~1.0.6 " ,
18
+ "tns-core-modules" : " ~ 6.0.0"
19
19
},
20
20
"devDependencies" : {
21
21
"babel-traverse" : " 6.26.0" ,
22
22
"babel-types" : " 6.26.0" ,
23
23
"babylon" : " 6.18.0" ,
24
24
"lazy" : " 1.0.11" ,
25
- "nativescript-dev-webpack" : " 1.0.0-rc-2019-07-02-161545-02 " ,
26
- "tns-platform-declarations" : " 6.0.0-rc-2019-06-28-175837-02 " ,
27
- "typescript" : " 3.4.1 "
25
+ "nativescript-dev-webpack" : " 1.0.1 " ,
26
+ "tns-platform-declarations" : " ~ 6.0.0" ,
27
+ "typescript" : " 3.4.5 "
28
28
},
29
29
"scripts" : {
30
30
"build.plugin" : " cd ../src && npm run build"
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ export class LocalNotificationsImpl extends LocalNotificationsCommon implements
222
222
options . color = options . color . android ;
223
223
}
224
224
225
- if ( options . notificationLed && options . notificationLed !== true ) {
225
+ if ( options . notificationLed && options . notificationLed !== true ) {
226
226
options . notificationLed = options . notificationLed . android ;
227
227
}
228
228
Original file line number Diff line number Diff line change 28
28
"setupandinstall" : " npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src" ,
29
29
"tslint" : " tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'" ,
30
30
"tslint.demo" : " tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'" ,
31
- "ci.tslint" : " npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'" ,
31
+ "ci.tslint" : " npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**' " ,
32
32
"prepublishOnly" : " npm run build" ,
33
33
"development.setup" : " npm run setup && npm link && cd ../demo && npm link nativescript-mapbox && cd ../src" ,
34
34
"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!'"
You can’t perform that action at this time.
0 commit comments