ember-polyfills / ember-cached-decorator-polyfill

Polyfill for RFC 566: @cached
MIT License
20 stars 6 forks source link

Add empty npmignore so that lib files get published #193

Closed NullVoxPopuli closed 1 year ago

NullVoxPopuli commented 1 year ago

tested with npm pack

ef4 commented 1 year ago

Thanks, this is almost right but closing in favor of #194 because that one avoids publishing the .ts file (which can troll people if you include it, since it can take precedence over the .js file and cause people to try to compile your TS under a typescript version you didn't expect, causing type errors).