d3x0r / JSON6

JSON for Humans (ES6)
Other
236 stars 14 forks source link

Prepack #37

Closed brettz9 closed 4 years ago

brettz9 commented 4 years ago

Btw, if you are only looking to see the files that are changed, it may be simpler to just run npm publish --dry-run. If you don't actually need pack, we could change the script where it runs to prepublishOnly.

brettz9 commented 4 years ago

Btw, I see the Travis builds are failing since we are using the current ESLint 7 version which has a minimum of Node 10. Travis could be set up to downgrade to earlier ESLint versions, but it adds some complexity.

Btw, you may want to add the free open source integration for Travis so we can see the Travis status within PRs. I believe you can use this link to set it up: https://github.com/marketplace/travis-ci (as mentioned below on the page, it is free for open source)

d3x0r commented 4 years ago

well I use pack so I can check the .tgz and make sure I didn't accidentally include any other stray files; 'sides that lets me keep a copy around for quick local install from tarball ...

Ya Travis integration can be added; I forgot how I set that up for another project; but I'll look into that shortly.