Skip to content

Commit

Permalink
Merge pull request #142 from base-org/add-license-to-package-json
Browse files Browse the repository at this point in the history
Add license to package.json so it shows up properly on npm
  • Loading branch information
zencephalon authored Oct 24, 2023
2 parents 5024f6b + 44e4d96 commit bcd74b5
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 @@ -7,6 +7,7 @@
"types": "./dist/types/index.d.ts",
"typings": "./dist/types/index.d.ts",
"sideEffects": false,
"license": "MIT",
"files": [
"dist",
"!dist/**/*.tsbuildinfo",
Expand Down

0 comments on commit bcd74b5

Please sign in to comment.