Add license information to modules.

This commit is contained in:
Brent Shikoski
2023-09-25 20:57:51 -05:00
parent 4b800e30e4
commit 6306ad17c3
9 changed files with 51 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "@usebruno/query",
"version": "0.1.0",
"license" : "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",