Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
julkue committed Sep 12, 2017
1 parent ea2d893 commit 2c05984
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# Requirements
# Contributing

## Requirements

- [Node.js](https://nodejs.org/en/) with [npm](https://www.npmjs.com/) (version 6.10.2+, npm is installed by default)
- [FontForge](http://fontforge.github.io/en-US/downloads/windows/) (version 20161004+), added to the path variable
- [ttfautohint](https://www.freetype.org/ttfautohint/#download) (version 1.6+), added to the path variable. Required especially for macOS to fix strange line heights in generated fonts

# Installation
## Installation

Run `$ npm run build` to install dependencies and run your first build.

# Used Tools
## Used Tools

- [Fractal](http://fractal.build/)
- [Webpack](https://webpack.js.org/)
- [PostCSS](http://postcss.org/) (webpack loader) with [CSSNext](http://cssnext.io/) plugin for autoprefixing
- [Grunt](https://gruntjs.com/) only for icon font generation

# Commands
## Commands

- `$ npm run dev`: Runs Fractal with Browsersync as server and recompiles Webpack on file changes
- `$ npm run build`: Generates the icon font, compiles JS/SCSS into `./dist/` and generates the entire library as static folder into `./build/dist/`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@julmot/form-components",
"version": "0.1.0",
"version": "0.2.0",
"description": "Custom Form Components. Without Any Framework.",
"keywords": [
"form",
Expand Down
Binary file modified src/fonts/form-components-icons/form-components-icons.woff
Binary file not shown.

0 comments on commit 2c05984

Please sign in to comment.