Skip to content

Commit

Permalink
fix(license): Add license to package to appear on NPM registry (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbckr authored Sep 18, 2024
1 parent c904ba9 commit 5aea3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0-semantically-released",
"description": "A WebAssembly wrapper that provides a convenient way to use the HCL (HashiCorp Configuration Language) library in Node.js.",
"packageManager": "npm@9.0.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
Expand Down

0 comments on commit 5aea3b3

Please sign in to comment.