fix(build): update to latest stencil

This commit is contained in:
Manuel Mtz-Almeida
2017-09-15 18:04:32 -05:00
parent 39bb9a7a99
commit 61d2be8366
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
{
"name": "@ionic/core",
"version": "0.0.2-13",
"version": "0.0.2-14",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@stencil/core": {
"version": "0.0.5-21",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.5-21.tgz",
"integrity": "sha512-XZQgM71mS2QNUrCwVOJ0xWBOILm8BlKgjrFFxXckgc5Vp7QzjaXW8+i5Kn25W0nOkwkZzD7PgPqRdseCqIbVXg==",
"version": "0.0.5-22",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.5-22.tgz",
"integrity": "sha512-x6sp0dhsdOqkjzVdnS+9SB64HV3MzzP1BDhnquI1bnSwqr/8v6ETGUrzkyrZ6AdK9gWFdScp5LPYR1ojWqQiaA==",
"dev": true,
"requires": {
"chokidar": "1.7.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "0.0.2-13",
"version": "0.0.2-14",
"description": "Base components for Ionic",
"main": "dist/collection/index.js",
"types": "dist/collection/index.d.ts",
@ -10,7 +10,7 @@
"dist/"
],
"devDependencies": {
"@stencil/core": "0.0.5-21",
"@stencil/core": "0.0.5-22",
"@stencil/dev-server": "latest",
"@stencil/utils": "latest"
},