Skip to content

Commit

Permalink
Add main entry to package.json (#87)
Browse files Browse the repository at this point in the history
This change would allow to call the tool directly from my node release script like this 
```require ("auto-changelog");```
Not the nicest way but works for me ;-)
rejas authored and cookpete committed Mar 18, 2019
1 parent fe40f87 commit 6ece679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
"name": "auto-changelog",
"version": "1.11.0",
"description": "Command line tool for generating a changelog from git tags and commit history",
"main": "./lib/index.js",
"bin": {
"auto-changelog": "./lib/index.js"
},

0 comments on commit 6ece679

Please sign in to comment.