-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Krasnoyarov
committed
Sep 5, 2016
1 parent
13a7b3b
commit 60e35f9
Showing
7 changed files
with
216 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "webfont", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "Generator of webfonts 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]>", | ||
|
@@ -62,21 +62,22 @@ | |
}, | ||
"devDependencies": { | ||
"ava": "^0.16.0", | ||
"ajv-cli": "~0.9.0", | ||
"babel-cli": "^6.11.0", | ||
"babel-core": "^6.11.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-stage-0": "~6.5.0", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"babel-register": "^6.9.0", | ||
"coveralls": "^2.11.6", | ||
"eslint": "^3.0.0", | ||
"eslint": "^3.4.0", | ||
"eslint-plugin-ava": "^3.0.0", | ||
"eslint-plugin-import": "^1.0.0", | ||
"eslint-plugin-itgalaxy": "^11.0.0", | ||
"eslint-plugin-jsx-a11y": "^2.0.0", | ||
"eslint-plugin-lodash": "^1.0.0", | ||
"eslint-plugin-import": "^1.14.0", | ||
"eslint-plugin-itgalaxy": "^13.0.0", | ||
"eslint-plugin-jsx-a11y": "^2.2.0", | ||
"eslint-plugin-lodash": "^1.10.0", | ||
"eslint-plugin-node": "^2.0.0", | ||
"eslint-plugin-promise": "^2.0.0", | ||
"eslint-plugin-react": "^6.0.0", | ||
"eslint-plugin-react": "^6.2.0", | ||
"eslint-plugin-xo": "^0.5.0", | ||
"is-eot": "^1.0.0", | ||
"is-svg": "^2.0.0", | ||
|
@@ -86,21 +87,27 @@ | |
"npmpub": "^3.1.0", | ||
"npm-run-all": "^3.0.0", | ||
"nyc": "^8.0.0", | ||
"remark-cli": "^1.0.0", | ||
"remark-lint": "^4.0.0", | ||
"remark-lint-config-itgalaxy": "^1.0.1", | ||
"package-schema": "~1.0.0", | ||
"remark-cli": "~2.0.0", | ||
"remark-lint": "~5.0.0", | ||
"remark-preset-lint-itgalaxy": "~1.0.0", | ||
"rimraf": "^2.5.2" | ||
}, | ||
"scripts": { | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
|
||
"lint:eslint": "eslint . --ignore-path .gitignore --color", | ||
"lint:remark": "remark '{**/*,*}.md' -r ./node_modules/remark-lint-config-itgalaxy/index.js -i .gitignore -f -q", | ||
"lint:package": "ajv -s ./node_modules/package-schema/schema.json -d package --errors=text", | ||
"lint:remark": "remark '{**/*,*}.md' -i .gitignore -f -q", | ||
"lint": "npm-run-all -l --parallel lint:*", | ||
|
||
"pretest": "npm run lint", | ||
"ava": "nyc ava --verbose \"src/**/__tests__/*.js\"", | ||
"test": "npm run ava", | ||
|
||
"prebuild": "rimraf dist", | ||
"build": "babel src --out-dir dist --ignore /__tests__/", | ||
|
||
"prepublish": "npm run build", | ||
"release": "npmpub" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.