nativescript-facebook
Advanced tools
Comparing version 4.1.0 to 4.2.0
{ | ||
"name": "nativescript-facebook", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "NativeScript plugin, wrapper of native Facebook SDK for Android and iOS.", | ||
@@ -19,8 +19,8 @@ "nativescript": { | ||
"plugin.tscwatch": "tsc -skipLibCheck -w", | ||
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles", | ||
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles", | ||
"demo.ng.ios": "npm i && npm run tsc && cd ../demo-angular && tns run ios --syncAllFiles", | ||
"demo.ng.android": "npm i && npm run tsc && cd ../demo-angular && tns run android --syncAllFiles", | ||
"demo.vue.ios": "npm i && npm run tsc && cd ../demo-vue && tns run ios --bundle --syncAllFiles", | ||
"demo.vue.android": "npm i && npm run tsc && cd ../demo-vue && tns run android --bundle --syncAllFiles" | ||
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios", | ||
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android", | ||
"demo.ng.ios": "npm i && npm run tsc && cd ../demo-angular && tns run ios", | ||
"demo.ng.android": "npm i && npm run tsc && cd ../demo-angular && tns run android", | ||
"demo.vue.ios": "npm i && npm run tsc && cd ../demo-vue && tns run ios", | ||
"demo.vue.android": "npm i && npm run tsc && cd ../demo-vue && tns run android" | ||
}, | ||
@@ -27,0 +27,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
222343