From 27626eaabdf68fca0c3194ceb98aa6eca7407c6c Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Tue, 6 Aug 2019 00:32:28 -0500 Subject: [PATCH] Updates for 1.0.2 --- README.md | 2 ++ bin/index.js | 1 + package.json | 6 +++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b2b9f..b7e65f0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bin/index.js b/bin/index.js index 5751691..3f94fb1 100644 --- a/bin/index.js +++ b/bin/index.js @@ -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) { diff --git a/package.json b/package.json index 7ec6c87..7cacde0 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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": {