chore(update): stencil 0.0.9-3

This commit is contained in:
Adam Bradley
2017-12-17 17:54:02 -06:00
parent c55670d9c1
commit 4f2266e943
2 changed files with 6 additions and 7 deletions

View File

@@ -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",

View File

@@ -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",