jossmac / react-scrolllock

🔒 Prevent scroll on the <body />
https://jossmac.github.io/react-scrolllock
MIT License
451 stars 43 forks source link

fix: Publish only the dist artefacts #25

Closed michaeltaranto closed 6 years ago

michaeltaranto commented 6 years ago

Since adding the example page the published artefacts contain broken code and flow is breaking as a result. The __tests__ directory is being published which depends on devDependencies being installed and the src directory to be available.

This PR stops publishing the tests and it's config along with the unused entry point file.

jossmac commented 6 years ago

Thanks for catching this @michaeltaranto