sindresorhus / any-observable

Support any Observable library and polyfill
MIT License
70 stars 12 forks source link

Released version is missing files #15

Closed SamVerschueren closed 8 years ago

SamVerschueren commented 8 years ago

I tried to use any-observable but received the error

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.

  "files": [
    "index.js"
  ]

Is it possible to do a new released in between to fix that?

sindresorhus commented 8 years ago

Done. 0.2.0 published.

SamVerschueren commented 8 years ago

Thanks Sindre!