mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
package: fix license string in package.json
This commit is contained in:
parent
2a1e0edf3c
commit
b268c02823
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"type": "module",
|
||||
"repository": "https://github.com/webrecorder/browsertrix-crawler",
|
||||
"author": "Ilya Kreymer <ikreymer@gmail.com>, Webrecorder Software",
|
||||
"license": "MIT",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"lint": "eslint *.js util/*.js tests/*.test.js",
|
||||
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue