Skip to content

Commit

Permalink
chore: allowing GPL for this package
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkpunkd committed Jun 25, 2019
1 parent 61bb417 commit da08409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"reset": "git clean -dfx && git reset --hard && yarn",
"ci": "yarn testci",
"validate:dependencies": "yarn audit && yarn license-validate",
"license-validate": "node-license-validator -p -d --allow-licenses MIT BSD BSD-2-Clause BSD-3-Clause ISC Apache Unlicense WTFPL --allow-packages cycle",
"license-validate": "node-license-validator -p -d --allow-licenses MIT BSD BSD-2-Clause BSD-3-Clause ISC Apache Unlicense WTFPL GPL GPL-2.0-or-later --allow-packages cycle",
"types-build": "cd src/types && trash dist && yarn build:main && cd ../..",
"types-install": "cd src/types && yarn install && cd ../..",
"types-test": "cd src/types && yarn lint && yarn unitci && cd ../..",
Expand Down

0 comments on commit da08409

Please sign in to comment.