diff --git a/autocomplete/package.json b/autocomplete/package.json index 28f4f128..60723438 100644 --- a/autocomplete/package.json +++ b/autocomplete/package.json @@ -15,9 +15,9 @@ "dependencies": { "nativescript-theme-core": "^1.0.4", "nativescript-ui-autocomplete": "*", + "nativescript-ui-core": "*", "nativescript-unit-test-runner": "^0.3.4", - "tns-core-modules": "^4.1.0", - "nativescript-ui-core": "*" + "tns-core-modules": "^4.1.0" }, "devDependencies": { "awesome-typescript-loader": "~3.1.3", diff --git a/autocomplete/tsconfig.json b/autocomplete/tsconfig.json index 994beb3d..1ea08840 100644 --- a/autocomplete/tsconfig.json +++ b/autocomplete/tsconfig.json @@ -31,4 +31,4 @@ "platforms" ], "compileOnSave": false -} +} \ No newline at end of file diff --git a/chart/app/package.json b/chart/app/package.json index c869cb77..1c0ccf8b 100644 --- a/chart/app/package.json +++ b/chart/app/package.json @@ -4,6 +4,8 @@ "version": "1.6.0", "android": { "v8Flags": "--expose_gc", - "requireModules": ["nativescript-ui-chart"] + "requireModules": [ + "nativescript-ui-chart" + ] } } diff --git a/chart/package.json b/chart/package.json index 266ae0d6..9f74e7d5 100644 --- a/chart/package.json +++ b/chart/package.json @@ -16,7 +16,8 @@ "nativescript-theme-core": "^1.0.4", "nativescript-ui-chart": "*", "nativescript-unit-test-runner": "^0.3.4", - "tns-core-modules": "^4.1.0" + "tns-core-modules": "^4.1.0", + "nativescript-ui-core": "*" }, "devDependencies": { "awesome-typescript-loader": "~3.1.3", @@ -39,7 +40,7 @@ "nativescript-worker-loader": "~0.8.1", "raw-loader": "~0.5.1", "resolve-url-loader": "~2.3.0", - "tns-platform-declarations": "~4.1.0", + "tns-platform-declarations": "^4.1.0", "tslint": "~5.4.3", "typescript": "~2.7.2", "uglifyjs-webpack-plugin": "~1.2.5", diff --git a/chart/references.d.ts b/chart/references.d.ts index 71112be9..34289963 100644 --- a/chart/references.d.ts +++ b/chart/references.d.ts @@ -3,4 +3,4 @@ /// /// /// -/// \ No newline at end of file +/// diff --git a/chart/tsconfig.json b/chart/tsconfig.json index 1ea08840..994beb3d 100644 --- a/chart/tsconfig.json +++ b/chart/tsconfig.json @@ -31,4 +31,4 @@ "platforms" ], "compileOnSave": false -} \ No newline at end of file +} diff --git a/gauge/app/package.json b/gauge/app/package.json index 05749702..fa5c9b2f 100644 --- a/gauge/app/package.json +++ b/gauge/app/package.json @@ -4,6 +4,8 @@ "version": "1.6.0", "android": { "v8Flags": "--expose_gc", - "requireModules": ["nativescript-ui-gauge"] + "requireModules": [ + "nativescript-ui-gauge" + ] } } diff --git a/gauge/package.json b/gauge/package.json index 2a48d2ae..8e31b2c9 100644 --- a/gauge/package.json +++ b/gauge/package.json @@ -16,7 +16,8 @@ "nativescript-theme-core": "^1.0.4", "nativescript-ui-gauge": "*", "nativescript-unit-test-runner": "^0.3.4", - "tns-core-modules": "^4.1.0" + "tns-core-modules": "^4.1.0", + "nativescript-ui-core": "*" }, "devDependencies": { "awesome-typescript-loader": "~3.1.3", @@ -45,7 +46,7 @@ "uglifyjs-webpack-plugin": "~1.2.5", "webpack": "~4.5.0", "webpack-bundle-analyzer": "^2.9.1", - "webpack-sources": "~1.0.1", - "webpack-cli": "~2.1.3" + "webpack-cli": "~2.1.3", + "webpack-sources": "~1.0.1" } } diff --git a/gauge/references.d.ts b/gauge/references.d.ts index c2979139..a67ef5d9 100644 --- a/gauge/references.d.ts +++ b/gauge/references.d.ts @@ -3,4 +3,4 @@ /// /// /// -/// \ No newline at end of file +/// diff --git a/gauge/tsconfig.json b/gauge/tsconfig.json index 1ea08840..994beb3d 100644 --- a/gauge/tsconfig.json +++ b/gauge/tsconfig.json @@ -31,4 +31,4 @@ "platforms" ], "compileOnSave": false -} \ No newline at end of file +} diff --git a/sidedrawer/app/package.json b/sidedrawer/app/package.json index caaaa607..e5b1bbc6 100644 --- a/sidedrawer/app/package.json +++ b/sidedrawer/app/package.json @@ -104,4 +104,4 @@ }, "directories": {}, "readme": "ERROR: No README data found!" -} \ No newline at end of file +} diff --git a/sidedrawer/package.json b/sidedrawer/package.json index 44edb08f..4d9f4fbf 100644 --- a/sidedrawer/package.json +++ b/sidedrawer/package.json @@ -16,7 +16,8 @@ "nativescript-theme-core": "^1.0.4", "nativescript-ui-sidedrawer": "*", "nativescript-unit-test-runner": "^0.3.4", - "tns-core-modules": "^4.1.0" + "tns-core-modules": "^4.1.0", + "nativescript-ui-core": "*" }, "devDependencies": { "awesome-typescript-loader": "~5.0.0", @@ -44,7 +45,7 @@ "uglifyjs-webpack-plugin": "~1.2.5", "webpack": "~4.5.0", "webpack-bundle-analyzer": "^2.8.2", - "webpack-sources": "~1.1.0", - "webpack-cli": "~2.1.3" + "webpack-cli": "~2.1.3", + "webpack-sources": "~1.1.0" } } diff --git a/sidedrawer/references.d.ts b/sidedrawer/references.d.ts index 61b28f95..ca285358 100644 --- a/sidedrawer/references.d.ts +++ b/sidedrawer/references.d.ts @@ -3,4 +3,4 @@ /// /// /// -/// \ No newline at end of file +/// diff --git a/sidedrawer/tsconfig.json b/sidedrawer/tsconfig.json index a737dcf5..f7260b19 100644 --- a/sidedrawer/tsconfig.json +++ b/sidedrawer/tsconfig.json @@ -29,5 +29,9 @@ ] } }, + "exclude": [ + "node_modules", + "platforms" + ], "compileOnSave": false -} \ No newline at end of file +}