chore(package): update stencil

This commit is contained in:
Adam Bradley
2018-01-23 14:06:48 -06:00
parent ef53f249bc
commit a55101557e
2 changed files with 4 additions and 4 deletions

View File

@@ -14,9 +14,9 @@
}
},
"@stencil/core": {
"version": "0.2.0-1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.2.0-1.tgz",
"integrity": "sha512-rLqYPoVSZANuk87mnES/q5rQ/f174NTqApvudQYFDvt65aomzfuwa5RvAvEtAA/F6W6N2bjTVxGVIb5NUuSDTg==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.2.1.tgz",
"integrity": "sha512-TeNNrmXuP9SKe2rxOH5tHKZ9Nq3OcOH75/x6VuO2mRfKmf/J6qrvV14JwylyCAyoViprGWOWgnpJCNPriZ/pWA==",
"dev": true,
"requires": {
"chokidar": "2.0.0",

View File

@@ -9,7 +9,7 @@
"dist/"
],
"devDependencies": {
"@stencil/core": "0.2.0-1",
"@stencil/core": "0.2.1",
"@stencil/dev-server": "latest",
"@stencil/utils": "latest",
"@types/jest": "^21.1.6",