Skip to content

Commit

Permalink
package.json: use OSI-style license name
Browse files Browse the repository at this point in the history
This way, it'll link to the actual license file properly on the npm website.

Approved by @mikeal via SMS
  • Loading branch information
isaacs committed Jun 25, 2014
1 parent a591aff commit c42dcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "http://github.com/mikeal/request/issues"
},
"license": "Apache, Version 2.0",
"license": "Apache-2.0",
"engines": [
"node >= 0.8.0"
],
Expand Down

0 comments on commit c42dcec

Please sign in to comment.