fix(): added ionicons as a dependency of ionic.

This commit is contained in:
Josh Thomas
2017-06-21 16:12:26 -05:00
parent 518dc0b280
commit ef2b26dd19
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@
"url": "git+https://github.com/ionic-team/ionic.git" "url": "git+https://github.com/ionic-team/ionic.git"
}, },
"dependencies": { "dependencies": {
"@stencil/core": "^0.0.1" "@stencil/core": "^0.0.1",
"ionicons": "3.0.0"
}, },
"author": "Ionic Team", "author": "Ionic Team",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
@import "../../themes/ionic.globals"; @import "../../themes/ionic.globals";
@import "../../fonts/ionicons"; @import "../../../node_modules/ionicons/dist/scss/ionicons";
// Icon // Icon
// -------------------------------------------------- // --------------------------------------------------