[nit] remove package.json: No license field warning

This commit is contained in:
Vivian Phung 2024-05-22 10:59:24 -04:00
parent 92016c8837
commit 216a5670e6
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{ {
"name": "backend", "name": "backend",
"license": "UNLICENSED",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {

View File

@ -1,5 +1,6 @@
{ {
"name": "gql-client", "name": "gql-client",
"license": "UNLICENSED",
"version": "1.0.0", "version": "1.0.0",
"main": "dist/index.js", "main": "dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",