mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Update license checker
This commit is contained in:
parent
d67ca440b3
commit
0643902332
4 changed files with 7 additions and 7 deletions
|
@ -10,8 +10,8 @@
|
|||
|
||||
ignore
|
||||
docs
|
||||
examples
|
||||
\.husky
|
||||
\.examples
|
||||
|
||||
package.json
|
||||
yarn.lock
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"ignore": ".licenseignore",
|
||||
"ignoreFile": ".licenseignore",
|
||||
"license": "LICENSE.HEADER",
|
||||
"licenseFormats": {
|
||||
"dotfile|licenseignore|gitignore|yml": {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"clean-jsdoc-theme": "^3.2.4",
|
||||
"husky": "^7.0.0",
|
||||
"jsdoc": "^3.6.6",
|
||||
"license-check-and-add": "^3.0.4",
|
||||
"license-check-and-add": "^4.0.3",
|
||||
"lint-staged": "^11.0.0",
|
||||
"minify": "^6.0.1",
|
||||
"mocha": "^8.2.0",
|
||||
|
|
|
@ -4083,10 +4083,10 @@ levn@~0.3.0:
|
|||
prelude-ls "~1.1.2"
|
||||
type-check "~0.3.2"
|
||||
|
||||
license-check-and-add@^3.0.4:
|
||||
version "3.0.4"
|
||||
resolved "https://registry.yarnpkg.com/license-check-and-add/-/license-check-and-add-3.0.4.tgz#dcbcea5402e969d170ef3286ddbb668b37447135"
|
||||
integrity sha512-j3dotPJECxJRdvfkXxxDJqlKoRyKoR0G1woG1TiuqHAHG2/EjByRQZNcaDZ0GCY6/zBhrkoPC/gZHz0vsQtAsQ==
|
||||
license-check-and-add@^4.0.3:
|
||||
version "4.0.3"
|
||||
resolved "https://registry.yarnpkg.com/license-check-and-add/-/license-check-and-add-4.0.3.tgz#c941288563da412c0dbdad2af3bea8485e4d0b62"
|
||||
integrity sha512-2dFjAOviPmukS35Udy+D1fNnWeGbJaIfOM/fstsYlofnviyDJDSx1w++nStyxFffa2R9RIB0myH3Pvxv0q7jWA==
|
||||
dependencies:
|
||||
fs-extra "^8.1.0"
|
||||
gitignore-to-glob "^0.3.0"
|
||||
|
|
Loading…
Reference in a new issue