Update dependencies and license information (#1205)

* Update dependencies

* Change "license" in package.json to SPDX format

Fixes the "npm WARN simple-icons@1.9.19 license should be a valid SPDX
license expression" warning given by NPM.
This commit is contained in:
Eric Cornelissen 2019-02-12 20:01:35 +02:00 committed by David Klebanoff
parent 2de7f315bc
commit bf48e4044f
2 changed files with 628 additions and 608 deletions

1160
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,11 +16,11 @@
"url": "https://github.com/simple-icons/simple-icons/issues"
},
"author": "Simple Icons Collaborators",
"license": "CC0",
"license": "CC0-1.0",
"devDependencies": {
"jest": "^23.5.0",
"jest": "^23.6.0",
"jsonlint2": "^1.7.1",
"svglint": "^1.0.2"
"svglint": "^1.0.3"
},
"scripts": {
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",