Skip to content

Commit

Permalink
Updates for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Templarian committed Aug 6, 2019
1 parent 8272726 commit 27626ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ npm install -g @mdi/font-build
font-build
```

> To run without installing use `npx @mdi/font-build`
### Input

Any version of `@mdi/svg` v3.9.95+ will work with no changes. For earlier versions copy the `font-build.json` and update the `version: { major: 3, minor: 9, patch: 95 }` values.
Expand Down
1 change: 1 addition & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ function generateCSS() {
const { fileName } = fontBuildJson;
sass.render({
file: path.resolve(distFolder, 'scss', `${fileName}.scss`),
outputStyle: 'expanded',
sourceMap: true,
outFile: `${fileName}.css`
}, function(err, result) {
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdi/font-build",
"version": "1.0.1",
"version": "1.1.0",
"description": "Material Design Icons webfont builder.",
"main": "index.js",
"scripts": {
Expand All @@ -9,6 +9,10 @@
"bin": {
"font-build": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Templarian/MaterialDesign-Font-Build.git"
},
"author": "Austin Andrews (@Templarian)",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 27626ea

Please sign in to comment.