Closed ephys closed 7 years ago
The current npm release is broken due to a missing .npmignore file.
I didn't think to add the .npmignore file, so npm did not publish the contents of /lib as that path is in .gitignore. My apologies
Edit: Just in case, remember to run npm run build before publishing :)
npm run build
good catch :). Sorry didnt check this project for a bit, should probably add the build as a prepublish :). Will do this tonight!
published as 2.0.1 thanks 👍
The current npm release is broken due to a missing .npmignore file.
I didn't think to add the .npmignore file, so npm did not publish the contents of /lib as that path is in .gitignore. My apologies
Edit: Just in case, remember to run
npm run build
before publishing :)