Release 5.15.0 (#1527)

This commit is contained in:
Rob Madole
2020-09-29 08:14:18 -05:00
committed by GitHub
parent 882465b4fb
commit 83ef8188b6
15997 changed files with 137891 additions and 32905 deletions

View File

@@ -47,7 +47,7 @@
"node": ">=6"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.30"
"@fortawesome/fontawesome-common-types": "^0.2.31"
},
"name": "@fortawesome/pro-brands-svg-icons",
"main": "index.js",
@@ -55,5 +55,8 @@
"jsnext:main": "index.es.js",
"license": "UNLICENSED",
"types": "./index.d.ts",
"sideEffects": false
"sideEffects": false,
"scripts": {
"postinstall": "node attribution.js"
}
}