Skip to content

Commit

Permalink
feat(cli): add bin to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oroce committed Feb 27, 2020
1 parent 7e26b2c commit 054d5bc
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 @@ -4,6 +4,9 @@
"description": "TypeORM seeding",
"main": "dist/typeorm-seeding.js",
"module": "dist/typeorm-seeding.es.js",
"bin": {
"typeorm-seeding": "dist/cli.js"
},
"files": [
"dist"
],
Expand Down

0 comments on commit 054d5bc

Please sign in to comment.