chore(): update stencil to 0.0.5-11

This commit is contained in:
Adam Bradley
2017-09-02 23:47:51 -05:00
parent fcb57cb828
commit b0528b2f8e
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@stencil/core": {
"version": "0.0.5-10",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.5-10.tgz",
"integrity": "sha512-vbJPyBhMCxtaI2UhHZxyBnCWBf+fxc5jd8AYZRDsojmrIWGVDF63iydpcOMUtPVw2hrTNS9zDtzMVK7LlQoKGw==",
"version": "0.0.5-11",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.5-11.tgz",
"integrity": "sha512-tISYqP19YCm1PdioAvpFneCX0cT0kCjfBIuRT4c7c1Kqg1f23DURo1IHXee+u5Ja/isbOTwwNqb2GME8v2SbXQ==",
"dev": true,
"requires": {
"chokidar": "1.7.0",

View File

@ -10,7 +10,7 @@
"README.md"
],
"devDependencies": {
"@stencil/core": "^0.0.5-10",
"@stencil/core": "0.0.5-11",
"@stencil/dev-server": "latest",
"@stencil/utils": "latest"
},