mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
chore(package): update angular package.json
This commit is contained in:
2714
packages/ionic-angular/package-lock.json
generated
2714
packages/ionic-angular/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
Reference in New Issue
Block a user