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": { "@stencil/core": {
"version": "0.0.8-2", "version": "0.0.8-3",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.8-2.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.8-3.tgz",
"integrity": "sha512-EpUPh6JDXvoTNgCYfZ+SytWpAZuffqpNKcA5oX4+rxqKI6dsr8KjOm8522p20cH4eJ1BY7BQ/0Lej7SQ+FwCoQ==", "integrity": "sha512-y/JQbezu5LOSEzMM57y8BqCnCmZKjPZQA5cZmw9t8MXS/aHxYYpG3jkfVYquQa8jUyTtmwCAWYlKjRxMGmqI7g==",
"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-2", "@stencil/core": "0.0.8-3",
"@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",