build: Add process-svgs script (#216)

This commit is contained in:
Cole Bemis
2017-11-13 08:13:11 -08:00
committed by GitHub
parent f2b7e1f313
commit 0dc2bf5c9d
249 changed files with 5198 additions and 890 deletions

View File

@@ -9,6 +9,7 @@
"scripts": {
"all": "make",
"lint": "make lint",
"test": "make test",
"build": "make build",
"commitmsg": "validate-commit-msg",
"cm": "git-cz",
@@ -19,6 +20,7 @@
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"cheerio": "^1.0.0-rc.2",
"commitizen": "^2.9.6",
"core-js": "^2.4.1",
"cz-conventional-changelog": "^2.0.0",
@@ -26,7 +28,9 @@
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.5.0",
"husky": "^0.13.4",
"jest": "^21.2.1",
"parse5": "^3.0.2",
"prettier": "^1.8.2",
"rsvp": "^3.6.0",
"semantic-release": "^6.3.6",
"svgo": "^0.7.2",