nativescript-ui-core
Advanced tools
Comparing version 3.0.0-androidx to 3.0.0
{ | ||
"name": "nativescript-ui-core", | ||
"version": "3.0.0-androidx", | ||
"version": "3.0.0", | ||
"description": "Helper plugin that contains common native code shared among plugins.", | ||
@@ -9,4 +9,4 @@ "main": "ui-core", | ||
"platforms": { | ||
"android": "4.2.0", | ||
"ios": "4.2.0" | ||
"android": "6.0.0", | ||
"ios": "6.0.0" | ||
} | ||
@@ -16,3 +16,3 @@ }, | ||
"type": "git", | ||
"url": "https://github.com/telerik/nativescript-ui-feedback.git" | ||
"url": "https://github.com/NativeScript/nativescript-ui-feedback.git" | ||
}, | ||
@@ -24,13 +24,5 @@ "scripts": { | ||
"build": "npm run build.wrappers && npm run build.native", | ||
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link", | ||
"test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch", | ||
"test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch", | ||
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude '**/node_modules/**' --exclude '**/platforms/**'", | ||
"plugin.link": "npm link && cd ../demo && npm link nativescript-ui-core && cd ../src", | ||
"plugin.tscwatch": "npm run tsc -- -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.reset": "cd ../demo && rimraf platforms", | ||
"plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-ui-core && tns plugin add ../src", | ||
"clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link", | ||
"clean": "cd ../src && rimraf node_modules", | ||
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'" | ||
@@ -48,12 +40,9 @@ }, | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/telerik/nativescript-ui-feedback/issues" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"homepage": "https://github.com/telerik/nativescript-ui-feedback", | ||
"homepage": "https://github.com/NativeScript/nativescript-ui-feedback", | ||
"readmeFilename": "README.md", | ||
"devDependencies": { | ||
"tns-core-modules": "androidx", | ||
"tns-platform-declarations": "androidx", | ||
"typescript": "~2.3.0", | ||
"tns-core-modules": "^6.0.0", | ||
"tns-platform-declarations": "^6.0.0", | ||
"typescript": "~3.4.5", | ||
"prompt": "^1.0.0", | ||
@@ -60,0 +49,0 @@ "rimraf": "^2.5.0", |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
4142066
1