chore(package): update stencil version

This commit is contained in:
Adam Bradley
2017-09-20 12:14:39 -05:00
parent 5df77855bb
commit 1f48b13dfd
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@stencil/core": {
"version": "0.0.5-25",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.5-25.tgz",
"integrity": "sha512-sP98R4wfa/H0gGJPySLxZ7pCpD4dlqCObpNRqyi5kkkpigVYczNsozzWFlQhls1aZcIjvrbwjnT5c5uaRcsT6A==",
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.5.tgz",
"integrity": "sha512-xm5fXGPHVnf5+7SOrKY1sEilRoUA5/n2FHPB0PqAZAuOoiu4M+rs/aqwx7dz00BD63BjjW9VcC8mtI2JBgJRcw==",
"dev": true,
"requires": {
"chokidar": "1.7.0",

View File

@ -10,7 +10,7 @@
"dist/"
],
"devDependencies": {
"@stencil/core": "0.0.5-25",
"@stencil/core": "0.0.5",
"@stencil/dev-server": "latest",
"@stencil/utils": "latest",
"ionicons": "^4.0.0-6",