RocketChat / hubot-rocketchat

Rocket.Chat Hubot adapter
MIT License
578 stars 228 forks source link

Publish new release with `files` defined in package.json #287

Open timkinnane opened 6 years ago

timkinnane commented 6 years ago

Came up from discussion on #259 - occured to me that npm only needs to publish the index.js file in releases, the rest are either published by default or can be ignored.

See https://docs.npmjs.com/files/package.json#files

Next release should be tested with the files attribute set first. If there's no problems, release it and we can action #259 using a GH pages directory with markdown tips for advanced use cases.

timkinnane commented 6 years ago

Have changed the package.json - just need to test it with the boilerplate before we publish.