Closed SamVerschueren closed 8 years ago
I tried to use any-observable but received the error
any-observable
Error: Cannot find module './register'
Dived into the code and it looks like the version that is being released on npm has the following files property specified.
npm
files
"files": [ "index.js" ]
Is it possible to do a new released in between to fix that?
Done. 0.2.0 published.
Thanks Sindre!
I tried to use
any-observable
but received the errorDived into the code and it looks like the version that is being released on
npm
has the followingfiles
property specified.Is it possible to do a new released in between to fix that?