Skip to content

Commit

Permalink
Add license property to package.json
Browse files Browse the repository at this point in the history
Automated license managers like xz64/license-webpack-plugin rely on the license property in package.json to determine license type in libraries. This prevents users of dot-object from having to add an override for it.
  • Loading branch information
denniskim committed Jun 1, 2020
1 parent 3dcb2de commit 28e72ee
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 @@ -13,6 +13,7 @@
"bugs": {
"url": "https://github.com/rhalff/dot-object/issues"
},
"license": "MIT",
"main": "index",
"bin": "./bin/dot-object",
"scripts": {
Expand Down

0 comments on commit 28e72ee

Please sign in to comment.