chore(deploy): update deploy scripts

This commit is contained in:
Adam Bradley
2018-03-28 15:35:31 -05:00
parent a5d2a33016
commit f304480dfc
10 changed files with 202 additions and 3488 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "0.1.4",
"version": "0.1.5-4",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -25,8 +25,10 @@
"clean": "node scripts/clean.js",
"clean-generated": "node ./scripts/clean-generated.js",
"compile": "./node_modules/.bin/ngc",
"ionic-core": "stencil build --dev",
"ionic-core": "node ../core/node_modules/.bin/stencil build",
"ionic-core-dev": "node ../core/node_modules/.bin/stencil build --dev",
"lint": "tslint --project .",
"test": "echo 'angular no tests yet'",
"tsc": "tsc -p ."
},
"main": "./dist/index.js",
@@ -45,8 +47,7 @@
"@angular/platform-browser": "latest",
"@angular/platform-browser-dynamic": "latest",
"@angular/router": "latest",
"@ionic/core": "^0.1.4",
"@stencil/core": "^0.7.9",
"@ionic/core": "latest",
"chalk": "^2.3.2",
"execa": "^0.9.0",
"fs-extra": "^5.0.0",