Skip to content

Commit

Permalink
Merge pull request #3 from zubairov/patch-1
Browse files Browse the repository at this point in the history
Added license type and reference to LICENSE file to the package.json
  • Loading branch information
danmactough committed Sep 17, 2013
2 parents 6538f61 + 286875b commit 2a16691
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@
, "engines" :
{ "node" : ">= 0.6.0" }
, "dependencies" : {}
, "devDependencies": {}
, "devDependencies": {},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/danmactough/node-resanitize/master/LICENSE"
}
]
}

0 comments on commit 2a16691

Please sign in to comment.