chore(): update to the latest version of stencil.

This commit is contained in:
Josh Thomas
2017-07-26 12:27:26 -05:00
parent 421c6b83aa
commit 541d0fe24a
3 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@stencil/core": { "@stencil/core": {
"version": "0.0.2", "version": "0.0.3",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.2.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.3.tgz",
"integrity": "sha512-qoecx54etV0qQX7N1KiKHzUmmSUvD4KLUDkq7YVzeI+NMFfmUYAaIlQ6T5CTBAMrVqkUnMIG4q5eGRb7Nqgw7Q==", "integrity": "sha512-0NK/pRygGabH3vWh21aOTSrbhGVzZjZtIUslxEQ2QBxp55hpvahPoxGb5kz5J8cUGJ+QZ6nrWXOr55fg4mjt5A==",
"requires": { "requires": {
"chalk": "1.1.3", "chalk": "1.1.3",
"chokidar": "1.7.0", "chokidar": "1.7.0",

View File

@ -13,7 +13,7 @@
"url": "git+https://github.com/ionic-team/ionic.git" "url": "git+https://github.com/ionic-team/ionic.git"
}, },
"dependencies": { "dependencies": {
"@stencil/core": "0.0.2" "@stencil/core": "0.0.3"
}, },
"devDependencies": { "devDependencies": {
"@stencil/dev-server": "0.0.9", "@stencil/dev-server": "0.0.9",

View File

@ -28,5 +28,5 @@ exports.config = {
}; };
exports.devServerConfig = { exports.devServerConfig = {
watchGlob: ['dist/**/*.*', 'src/**/*.html'] watchGlob: ['dist/*.*', 'dist/ionic/**/**', 'src/**/*.html']
}; };