Skip to content

Commit

Permalink
Specify license on package.json
Browse files Browse the repository at this point in the history
Hey there,

We're using an automated tool called License Finder (https://github.com/pivotal/LicenseFinder) and your node module coms up as "Unknown". By adding the license to package.json you would help immensely users of this and other automated tools to figure out whether a module can be used inside another project.

Thanks!
  • Loading branch information
bbonamin committed Mar 16, 2015
1 parent 6cd2d0b commit 6e9fdae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"scripts": {
"ms/index.js": "index.js"
}
}
},
"license": "MIT"
}

0 comments on commit 6e9fdae

Please sign in to comment.