fix: update license in package.json

This commit is contained in:
Sefa Eyeoglu 2022-06-14 12:08:47 +02:00
parent ec56ff7c8a
commit fe821ecd36
No known key found for this signature in database
GPG key ID: C10411294912A422

View file

@ -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",