mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(update): stencil 0.0.9-3
This commit is contained in:
6
packages/core/package-lock.json
generated
6
packages/core/package-lock.json
generated
@@ -14,9 +14,9 @@
|
||||
}
|
||||
},
|
||||
"@stencil/core": {
|
||||
"version": "0.0.9-2",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.9-2.tgz",
|
||||
"integrity": "sha512-IxG/6XGtV+2NpNmg5kjtGiYw2ZW39ZEQoST3xVzHQjpo63QbdHMd0DJ3T+J3Cionk3fvBtzoFh8Pv14+PZlTIw==",
|
||||
"version": "0.0.9-3",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.9-3.tgz",
|
||||
"integrity": "sha512-r56SaikZKceTlX0IGAKWKyuVtLI7XW/dUyfFYdRlPOto4Ifq63Pbs4s47Lmh2/NutfGMW1o7l6CWkhmO01tTPg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chokidar": "1.7.0",
|
||||
|
||||
@@ -2,15 +2,14 @@
|
||||
"name": "@ionic/core",
|
||||
"version": "0.0.2-30",
|
||||
"description": "Base components for Ionic",
|
||||
"main": "dist/collection/index.js",
|
||||
"types": "dist/collection/index.d.ts",
|
||||
"browser": "dist/ionic.js",
|
||||
"main": "dist/ionic.js",
|
||||
"types": "dist/types/index.d.ts",
|
||||
"collection": "dist/collection/collection-manifest.json",
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@stencil/core": "0.0.9-2",
|
||||
"@stencil/core": "0.0.9-3",
|
||||
"@stencil/dev-server": "0.0.18-0",
|
||||
"@stencil/utils": "latest",
|
||||
"@types/jest": "^21.1.6",
|
||||
|
||||
Reference in New Issue
Block a user