Skip to content

Commit

Permalink
Fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mwittig committed Mar 7, 2015
1 parent b60bc9a commit 9455499
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 @@ -4,7 +4,7 @@
"description": "Analyzes license information for multiple node.js modules (package.json files) as part of your software project.",
"main": "./lib/index.js",
"bin": {
"dumplicenses": "./bin/npm-license-crawler"
"npm-license-crawler": "./bin/npm-license-crawler"
},
"dependencies": {
"jquery-extend": "~2.0.3",
Expand Down

0 comments on commit 9455499

Please sign in to comment.