chore(stencil): update to 0.0.8-2

This commit is contained in:
Manu Mtz.-Almeida
2017-11-15 00:09:41 +01:00
parent 7fff8f27fe
commit 5fd379308d
2 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@
} }
}, },
"@stencil/core": { "@stencil/core": {
"version": "0.0.8-1", "version": "0.0.8-2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.8-1.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.8-2.tgz",
"integrity": "sha512-CWeVxwFpzepOc1dOVimuG+S1Ga684ZpdmGCToOpmsQwabwAMbCLZEirEUCDumZ0IXhqw+2B00/Gg9myN1VZntw==", "integrity": "sha512-EpUPh6JDXvoTNgCYfZ+SytWpAZuffqpNKcA5oX4+rxqKI6dsr8KjOm8522p20cH4eJ1BY7BQ/0Lej7SQ+FwCoQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": "1.7.0", "chokidar": "1.7.0",

View File

@ -10,7 +10,7 @@
"dist/" "dist/"
], ],
"devDependencies": { "devDependencies": {
"@stencil/core": "0.0.8-1", "@stencil/core": "0.0.8-2",
"@stencil/dev-server": "0.0.18-0", "@stencil/dev-server": "0.0.18-0",
"@stencil/utils": "latest", "@stencil/utils": "latest",
"@types/jest": "^21.1.0", "@types/jest": "^21.1.0",