chore(stencil): update to 0.0.8-3

This commit is contained in:
Manu Mtz.-Almeida
2017-11-15 18:12:12 +01:00
parent 293b756453
commit ab883378a3
2 changed files with 4 additions and 4 deletions

View File

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

View File

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