version bump

This commit is contained in:
github-actions[bot] 2020-04-26 00:01:09 +00:00 committed by GitHub
parent de4664efec
commit 29fc42ecd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 319 additions and 517 deletions

828
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "simple-icons", "name": "simple-icons",
"version": "2.9.0", "version": "2.10.0",
"description": "SVG icons for popular brands https://simpleicons.org", "description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org", "homepage": "https://www.simpleicons.org",
"keywords": [ "keywords": [
@ -19,11 +19,11 @@
"license": "CC0-1.0", "license": "CC0-1.0",
"devDependencies": { "devDependencies": {
"editorconfig-checker": "3.0.4", "editorconfig-checker": "3.0.4",
"jest": "25.4.0", "jest": "25.2.7",
"jsonlint2": "1.7.1", "jsonlint2": "1.7.1",
"svglint": "1.0.5", "svglint": "1.0.5",
"svgo": "1.3.2", "svgo": "1.3.2",
"uglify-js": "3.9.1" "uglify-js": "3.8.1"
}, },
"scripts": { "scripts": {
"build": "node scripts/build-package.js", "build": "node scripts/build-package.js",
@ -40,4 +40,4 @@
"svgo": "svgo --config=./.svgo.yml", "svgo": "svgo --config=./.svgo.yml",
"get-filename": "node scripts/get-filename.js" "get-filename": "node scripts/get-filename.js"
} }
} }