Skip to content

Commit

Permalink
Upgrade livesync hook and typescript settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdeshev committed Apr 21, 2016
1 parent 2fdaaeb commit 2635ed1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
@@ -0,0 +1 @@
module.exports = require("nativescript-restart-on-sync-plugin/hooks/before-livesync");
17 changes: 7 additions & 10 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"nativescript": {
"id": "org.nativescript.samplengtodomvc",
"tns-android": {
"version": "1.7.0"
"version": "1.7.1"
}
},
"name": "todomvc",
Expand Down Expand Up @@ -30,23 +30,20 @@
},
"homepage": "https://github.com/NativeScript/nativescript-angular",
"dependencies": {
"nativescript-angular": "0.0.37",
"tns-core-modules": "^1.7.0",
"angular2": "2.0.0-beta.9",
"nativescript-angular": "0.0.43",
"tns-core-modules": "^2.0.0-angular-4",
"nativescript-intl": "^0.0.2",
"angular2": "2.0.0-beta.14",
"es6-shim": "^0.35.0",
"parse5": "1.4.2",
"punycode": "1.3.2",
"querystring": "0.2.0",
"url": "0.10.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.5.15"
"zone.js": "^0.6.6"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.8.0",
"grunt-shell": "1.1.2",
"grunt-ts": "5.0.0-beta.5",
"nativescript-dev-typescript": "^0.3.1",
"shelljs": "^0.5.3",
"typescript": "^1.8.2"
Expand Down
6 changes: 2 additions & 4 deletions tsconfig.json
@@ -1,13 +1,11 @@
{
"compilerOptions": {
"outDir": "app",
"rootDir": "app",
"module": "commonjs",
"target": "es5",
"inlineSourceMap": true,
"sourceMap": true,
"experimentalDecorators": true,
"removeComments": false,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
"noEmitOnError": true
},
"exclude": [
Expand Down

0 comments on commit 2635ed1

Please sign in to comment.