chore(): updated version of stencil/core.

This commit is contained in:
Josh Thomas
2017-07-14 12:09:01 -05:00
parent 4958c7e53a
commit ef0e9e78d3
2 changed files with 7 additions and 7 deletions

View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@stencil/core": { "@stencil/core": {
"version": "0.0.2-1", "version": "0.0.2-3",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.2-1.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.2-3.tgz",
"integrity": "sha512-NGLGosgKAI376Jpa6b11/CZGUuL6JToWwXVdmBfHOVgzW4gJTdGOv94lJghEmSplPB58zFxUnzi+5TTu4pUp8Q==", "integrity": "sha512-spkc3/k4lpqVS0kfyxAO4pxQreL26759qP7mOzT8+Vd+PVpSrtAcCkzPX75C7VLRDh36BPEHOvtaQBpyqMdr3A==",
"requires": { "requires": {
"chalk": "1.1.3", "chalk": "1.1.3",
"chokidar": "1.7.0", "chokidar": "1.7.0",
@ -581,7 +581,7 @@
"ecstatic": { "ecstatic": {
"version": "2.2.1", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-2.2.1.tgz", "resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-2.2.1.tgz",
"integrity": "sha512-ztE4WqheoWLh3wv+HQwy7dACnvNY620coWpa+XqY6R2cVWgaAT2lUISU1Uf7JpdLLJCURktJOaA9av2AOzsyYQ==", "integrity": "sha1-tQh/rUOd2d1J0x4YExRUgX/od2k=",
"dev": true, "dev": true,
"requires": { "requires": {
"he": "1.1.1", "he": "1.1.1",
@ -1428,7 +1428,7 @@
"opn": { "opn": {
"version": "5.1.0", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/opn/-/opn-5.1.0.tgz", "resolved": "https://registry.npmjs.org/opn/-/opn-5.1.0.tgz",
"integrity": "sha512-iPNl7SyM8L30Rm1sjGdLLheyHVw5YXVfi3SKWJzBI7efxRwHojfRFjwE/OLM6qp9xJYMgab8WicTU1cPoY+Hpg==", "integrity": "sha1-cs4jBqF9vqWP8QQYUzUrSo/HdRk=",
"dev": true, "dev": true,
"requires": { "requires": {
"is-wsl": "1.1.0" "is-wsl": "1.1.0"
@ -2012,7 +2012,7 @@
"tiny-lr": { "tiny-lr": {
"version": "1.0.5", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.0.5.tgz", "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.0.5.tgz",
"integrity": "sha512-YrxUSiMgOVh3PnAqtdAUQuUVEVRnqcRCxJ3BHrl/aaWV2fplKKB60oClM0GH2Gio2hcXvkxMUxsC/vXZrQePlg==", "integrity": "sha1-IfQL+E69H4UwVmgDde7xZwwzQRI=",
"dev": true, "dev": true,
"requires": { "requires": {
"body": "5.1.0", "body": "5.1.0",

View File

@ -15,7 +15,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-1" "@stencil/core": "0.0.2-3"
}, },
"devDependencies": { "devDependencies": {
"@stencil/dev-server": "0.0.8", "@stencil/dev-server": "0.0.8",