[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
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"name": "backend",
"license": "UNLICENSED",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
+1
View File
@@ -1,5 +1,6 @@
{
"name": "gql-client",
"license": "UNLICENSED",
"version": "1.0.0",
"main": "dist/index.js",
"module": "./dist/index.mjs",