Skip to content

Commit

Permalink
Add the License type and upgrade repository entry.
Browse files Browse the repository at this point in the history
The main reason for the repository change is so the github link will show up properly on npmjs.org I know the previous value is legal but it doesnt seem to work right with npmjs.org.

I added the `license` value based on the LICENSE file because the newer versions of NPM are getting more strict on enforcing the license entry and complaining about it during installs.
  • Loading branch information
nullivex committed Nov 11, 2015
1 parent 87e3fb4 commit b3a9bab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@
"engines": {
"node": ">=0.8.0"
},
"repository": "flatiron/cradle"
"repository": {
"type": "git",
"url": "https://github.com/flatiron/cradle.git"
},
"license": "MIT"
}

0 comments on commit b3a9bab

Please sign in to comment.