mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(): update stencil/core to 0.0.2
This commit is contained in:
6881
packages/core/package-lock.json
generated
6881
packages/core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
|||||||
"main": "dist/collection/collection-manifest.json",
|
"main": "dist/collection/collection-manifest.json",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "stencil build --prod",
|
"build": "stencil build --prod",
|
||||||
"dev": "concurrently --raw \"stencil build --watch\" \"stencil-dev-server\"",
|
"dev": "sd concurrent \"stencil build --watch\" \"stencil-dev-server\"",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -13,11 +13,11 @@
|
|||||||
"url": "git+https://github.com/ionic-team/ionic.git"
|
"url": "git+https://github.com/ionic-team/ionic.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@stencil/core": "0.0.2-7"
|
"@stencil/core": "0.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@stencil/dev-server": "0.0.9",
|
"@stencil/dev-server": "0.0.9",
|
||||||
"concurrently": "^3.5.0",
|
"@stencil/utils": "0.0.2",
|
||||||
"ionicons": "3.0.0"
|
"ionicons": "3.0.0"
|
||||||
},
|
},
|
||||||
"author": "Ionic Team",
|
"author": "Ionic Team",
|
||||||
|
Reference in New Issue
Block a user