Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add main entry to package.json #87

Merged
merged 1 commit into from
Mar 18, 2019
Merged

Add main entry to package.json #87

merged 1 commit into from
Mar 18, 2019

Conversation

rejas
Copy link
Contributor

@rejas rejas commented Feb 7, 2019

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 ;-)

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 ;-)
@cookpete
Copy link
Owner

Pretty sure you could do this already with require('auto-changelog/lib/index.js'), but I suppose require('auto-changelog') is nicer if you need to run it like this :)

@cookpete cookpete merged commit 6ece679 into cookpete:master Mar 18, 2019
@rejas rejas deleted the patch-1 branch March 18, 2019 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants