chore(package): update stencil 0.6.8 and stencil/sass 0.0.3

This commit is contained in:
Adam Bradley
2018-02-25 04:56:08 -06:00
parent b11c134aa3
commit 3a29ed7e2c
3 changed files with 10 additions and 8 deletions

View File

@ -14,9 +14,9 @@
}
},
"@stencil/core": {
"version": "0.6.7",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.6.7.tgz",
"integrity": "sha512-bCYDDoOo6MIfvrAE7zNxFU8ID+lSlvLYn2OfWfnCTHD+l3j+uYAUxGe7gW3XPvUGTEOrMTxL1XbaEIWF2h8l3g==",
"version": "0.6.8",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.6.8.tgz",
"integrity": "sha512-w1x4QeBCulWL0X4S2w9TH9UzXidf93F20hCnTfT+WKu8PdY2jCJMFs+dtO7zgRmUahIMXLJ8GXeNaRhvub6cuA==",
"dev": true,
"requires": {
"chokidar": "2.0.1",
@ -182,9 +182,9 @@
}
},
"@stencil/sass": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-0.0.2.tgz",
"integrity": "sha512-0IWW1UvQfLTLGONQ8PqLjfbJOSfprdF+Ffwb0qocRMDhpG6Wjkwf2p2wm18c3O0Ir+A1/g/lJzny4UleIfvAxA==",
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-0.0.3.tgz",
"integrity": "sha512-q3HT0FszG1XMyjkFGkb38//+idpnVV2h1MYFk2wwZ1iOmdgAeZ0wusAr07ntnUXZtdkfCUlB1l2LB3bucffnww==",
"dev": true,
"requires": {
"node-sass": "4.7.2"

View File

@ -12,10 +12,10 @@
"ionicons": "4.0.0-16"
},
"devDependencies": {
"@stencil/core": "0.6.7",
"@stencil/core": "0.6.8",
"@stencil/dev-server": "latest",
"@stencil/postcss": "0.0.2",
"@stencil/sass": "0.0.2",
"@stencil/sass": "0.0.3",
"@stencil/utils": "latest",
"@types/jest": "^21.1.6",
"autoprefixer": "^8.0.0",

View File

@ -4,6 +4,8 @@
* and imports for stencil collections that might be configured in your stencil.config.js file
*/
import 'ionicons';
import {
AnimationBuilder,
FrameworkDelegate,