diff --git a/package.json b/package.json index b2151b1..ca67791 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "main": "docopt.js", "engines": { "node" : ">=0.8.0" }, "keywords": [ "command", "options", "argument", "args", "cli", "commandline" ], - "licenses": "MIT", + "license": "MIT", "repository" : { "type": "git", "url": "git://github.com/scarnie/docopt.coffee.git" } -} \ No newline at end of file +}