chore(package): update angular package.json

This commit is contained in:
Adam Bradley
2017-08-03 08:48:14 -05:00
parent 47cb12dfd9
commit f0577e2aa7
2 changed files with 2147 additions and 574 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,11 +20,12 @@
"url": "https://github.com/ionic-team/ionic.git"
},
"scripts": {
"build": "stencil build",
"dev": "stencil build --dev --watch",
"test": "gulp validate",
"test:generators": "jasmine-node ./tooling/spec",
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link",
"link.stencil": "npm link @stencil/core",
"build.stencil": "stencil build"
"link.stencil": "npm link @stencil/core"
},
"dependencies": {
"@angular/common": "4.1.3",
@ -35,7 +36,7 @@
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@ionic/core": "0.0.1",
"@ionic/core": "^0.0.1",
"ionicons": "~3.0.0",
"rxjs": "5.4.0",
"zone.js": "0.8.12"