Skip to content

Commit

Permalink
chore: update with the latest script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar Tachev authored and Dimitar Tachev committed Jun 22, 2018
1 parent ea750cb commit ee72ce0
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 20 deletions.
4 changes: 2 additions & 2 deletions autocomplete/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion autocomplete/tsconfig.json
Expand Up @@ -31,4 +31,4 @@
"platforms"
],
"compileOnSave": false
}
}
4 changes: 3 additions & 1 deletion chart/app/package.json
Expand Up @@ -4,6 +4,8 @@
"version": "1.6.0",
"android": {
"v8Flags": "--expose_gc",
"requireModules": ["nativescript-ui-chart"]
"requireModules": [
"nativescript-ui-chart"
]
}
}
5 changes: 3 additions & 2 deletions chart/package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion chart/references.d.ts
Expand Up @@ -3,4 +3,4 @@
/// <reference path="./node_modules/nativescript-ui-core/ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-core/android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-chart/ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-chart/android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-chart/android.d.ts" />
2 changes: 1 addition & 1 deletion chart/tsconfig.json
Expand Up @@ -31,4 +31,4 @@
"platforms"
],
"compileOnSave": false
}
}
4 changes: 3 additions & 1 deletion gauge/app/package.json
Expand Up @@ -4,6 +4,8 @@
"version": "1.6.0",
"android": {
"v8Flags": "--expose_gc",
"requireModules": ["nativescript-ui-gauge"]
"requireModules": [
"nativescript-ui-gauge"
]
}
}
7 changes: 4 additions & 3 deletions gauge/package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion gauge/references.d.ts
Expand Up @@ -3,4 +3,4 @@
/// <reference path="./node_modules/nativescript-ui-core/ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-core/android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-gauge/ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-gauge/android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-gauge/android.d.ts" />
2 changes: 1 addition & 1 deletion gauge/tsconfig.json
Expand Up @@ -31,4 +31,4 @@
"platforms"
],
"compileOnSave": false
}
}
2 changes: 1 addition & 1 deletion sidedrawer/app/package.json
Expand Up @@ -104,4 +104,4 @@
},
"directories": {},
"readme": "ERROR: No README data found!"
}
}
7 changes: 4 additions & 3 deletions sidedrawer/package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion sidedrawer/references.d.ts
Expand Up @@ -3,4 +3,4 @@
/// <reference path="./node_modules/nativescript-ui-core/ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-core/android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-sidedrawer/ios.d.ts" />
/// <reference path="./node_modules/nativescript-ui-sidedrawer/android.d.ts" />
/// <reference path="./node_modules/nativescript-ui-sidedrawer/android.d.ts" />
6 changes: 5 additions & 1 deletion sidedrawer/tsconfig.json
Expand Up @@ -29,5 +29,9 @@
]
}
},
"exclude": [
"node_modules",
"platforms"
],
"compileOnSave": false
}
}

0 comments on commit ee72ce0

Please sign in to comment.