fix: update license in package.json
This commit is contained in:
parent
ec56ff7c8a
commit
fe821ecd36
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "roly-poly",
|
"name": "roly-poly",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "GPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NODE_ENV=development tsx watch src/index.ts",
|
"dev": "NODE_ENV=development tsx watch src/index.ts",
|
||||||
"start": "tsx src/index.ts",
|
"start": "tsx src/index.ts",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue