diff --git a/nativescript-angular/gulpfile.js b/nativescript-angular/gulpfile.js deleted file mode 100644 index 59be64517..000000000 --- a/nativescript-angular/gulpfile.js +++ /dev/null @@ -1,15 +0,0 @@ -var gulp = require('gulp'); -var del = require('del'); -var glob = require('glob'); - -gulp.task('clean-defs', function() { - var files = [...glob.sync("*.ts"), ...glob.sync("!(node_modules)/*.ts")] - .map(function(file) { - return file.replace(/.ts$/, '.d.ts'); - }); - - return del(files).then(paths => { - console.log('Definition files cleaned:') - console.log(paths.join('\n')); - }); -}); \ No newline at end of file diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 6c1560a9d..3071bef10 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -22,13 +22,13 @@ "@angular/common": "2.0.0-rc.1", "@angular/compiler": "2.0.0-rc.1", "@angular/core": "2.0.0-rc.1", - "@angular/router-deprecated": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1", "@angular/platform-browser-dynamic": "2.0.0-rc.1", "@angular/platform-server": "2.0.0-rc.1", - "reflect-metadata": "^0.1.3", + "@angular/router-deprecated": "2.0.0-rc.1", "rxjs": "5.0.0-beta.6", "zone.js": "^0.6.12", + "reflect-metadata": "^0.1.3", "parse5": "1.4.2", "punycode": "1.3.2", "querystring": "0.2.0", @@ -36,9 +36,6 @@ "shelljs": "^0.7.0" }, "devDependencies": { - "del": "^2.2.0", - "glob": "^7.0.3", - "gulp": "^3.9.1", "tns-core-modules": ">=2.0.0 || >=2.1.0-2016 || >=2.0.0-angular-7", "typescript": "^1.8.10" }, diff --git a/ng-sample/package.json b/ng-sample/package.json index d2f7d60cb..889fb5f15 100644 --- a/ng-sample/package.json +++ b/ng-sample/package.json @@ -23,38 +23,29 @@ }, "homepage": "https://github.com/NativeScript/template-hello-world", "dependencies": { - "tns-core-modules": "2.0.0-angular-7", + "tns-core-modules": ">=2.0.0 || >=2.1.0-2016 || >=2.0.0-angular-7", "nativescript-angular": "^0.1.6", "nativescript-intl": "^0.0.2", "@angular/common": "2.0.0-rc.1", "@angular/compiler": "2.0.0-rc.1", "@angular/core": "2.0.0-rc.1", - "@angular/router-deprecated": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1", "@angular/platform-browser-dynamic": "2.0.0-rc.1", "@angular/platform-server": "2.0.0-rc.1", - "reflect-metadata": "^0.1.3", + "@angular/router-deprecated": "2.0.0-rc.1", "rxjs": "5.0.0-beta.6", "zone.js": "^0.6.12", + "reflect-metadata": "^0.1.3", "parse5": "1.4.2", "punycode": "1.3.2", "querystring": "0.2.0", - "url": "0.10.3" + "url": "0.10.3", + "shelljs": "^0.7.0" }, "devDependencies": { - "babel-traverse": "6.8.0", - "babel-types": "6.8.1", - "babylon": "6.8.0", - "filewalker": "0.1.2", - "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", - "lazy": "1.0.11", "nativescript-dev-typescript": "^0.3.1", "nativescript-dev-webpack": "0.0.13", - "typescript": "1.8.2" + "typescript": "^1.8.10" }, "nativescript": { "id": "org.nativescript.ngsample", @@ -62,7 +53,7 @@ "version": "2.0.0" }, "tns-ios": { - "version": "2.0.0" + "version": "2.0.1" } } -} +} \ No newline at end of file