Skip to content

Commit

Permalink
Chore: prepare 7.1.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed May 24, 2017
1 parent 40a0f3f commit a6970ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

# Head
# 7.1.4 - 2017-05-24

- Fixed: use `copyright`, `ts` and `version` with null value by default,
it is avoid problems when your use long term caching.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webfont",
"version": "7.1.3",
"version": "7.1.4",
"description": "Generator of fonts from svg icons, svg icons to svg font, svg font to ttf, ttf to eot, ttf to woff, ttf to woff2",
"license": "MIT",
"author": "itgalaxy <[email protected]>",
Expand Down Expand Up @@ -59,7 +59,7 @@
"mkdirp": "^0.5.1",
"merge-deep": "^3.0.0",
"nunjucks": "^3.0.0",
"resolve-from": "^2.0.0",
"resolve-from": "^3.0.0",
"svg2ttf": "^4.0.0",
"svgicons2svgfont": "^5.0.0",
"ttf2eot": "^2.0.0",
Expand All @@ -68,23 +68,23 @@
},
"devDependencies": {
"ava": "^0.19.0",
"ajv-cli": "^1.1.0",
"ajv-cli": "^2.1.0",
"babel-cli": "^6.22.2",
"babel-core": "^6.11.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"coveralls": "^2.13.0",
"cross-env": "^4.0.0",
"cross-env": "^5.0.0",
"eslint": "^3.15.0",
"eslint-plugin-ava": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-itgalaxy": "^45.0.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-itgalaxy": "^46.0.0",
"eslint-plugin-jsx-a11y": "^5.0.0",
"eslint-plugin-lodash": "^2.1.0",
"eslint-plugin-node": "^4.2.0",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-unicorn": "^2.1.0",
"is-eot": "^1.0.0",
"is-svg": "^2.0.0",
Expand Down

0 comments on commit a6970ca

Please sign in to comment.