Release 5.0.3 (#975)

This commit is contained in:
Rob Madole
2018-01-08 16:49:32 -06:00
committed by GitHub
parent 48f980f13a
commit 4578c38f1e
313 changed files with 7717 additions and 2772 deletions

View File

@@ -33,6 +33,10 @@
{
"name": "Geremia Taglialatela",
"web": "http://twitter.com/gtagliala"
},
{
"name": "Mike Wilkerson",
"web": "http://twitter.com/mw77"
}
],
"repository": {
@@ -42,11 +46,14 @@
"engines": {
"node": ">=6"
},
"dependencies": {},
"version": "5.0.2",
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.1.0"
},
"version": "5.0.3",
"name": "@fortawesome/fontawesome-pro-regular",
"main": "index.js",
"module": "index.es.js",
"jsnext:main": "index.es.js",
"license": "UNLICENSED"
"license": "UNLICENSED",
"types": "./index.d.ts"
}