mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-04-14 08:39:33 +03:00
version bump
This commit is contained in:
parent
c9cc0b230d
commit
e3b3be9532
1348
package-lock.json
generated
1348
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-icons",
|
"name": "simple-icons",
|
||||||
"version": "2.10.0",
|
"version": "2.11.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,17 +19,15 @@
|
|||||||
"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",
|
||||||
"npm-run-all": "4.1.5",
|
|
||||||
"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",
|
||||||
"clean": "rm icons/*.js index.js",
|
"clean": "rm icons/*.js index.js",
|
||||||
"lint": "run-s our-lint jsonlint svglint wslint",
|
|
||||||
"our-lint": "node scripts/lint.js",
|
"our-lint": "node scripts/lint.js",
|
||||||
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
|
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
|
||||||
"svglint": "svglint icons/* --ci",
|
"svglint": "svglint icons/* --ci",
|
||||||
|
Loading…
Reference in New Issue
Block a user