Skip to content

Commit

Permalink
feat(package): add bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Kucherenko committed Aug 18, 2018
1 parent 4d36546 commit 840af45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0-alpha.0",
"description": "Copy/paste detector for programming code, support JavaScript, CoffeeScript, PHP, Ruby, Python, Less, Go, Java, Yaml, C#, C++, C, Puppet, Twig languages",
"main": "build/index.js",
"bin": {
"jscpd": "./bin/jscpd"
},
"typings": "build/index.d.ts",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 840af45

Please sign in to comment.