Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: iife is 100% backwards compatible #255

Merged
merged 4 commits into from
Apr 5, 2019

Conversation

givanse
Copy link
Contributor

@givanse givanse commented Apr 3, 2019

rollup.config.js Outdated Show resolved Hide resolved
rollup.config.js Outdated Show resolved Hide resolved
"files": [
"dist",
"index.d.ts"
],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm publish --dry-run

npm notice 📦  [email protected]
npm notice === Tarball Contents === 
npm notice 2.1kB  package.json        
npm notice 2.6kB  CHANGELOG.md        
npm notice 1.0kB  index.d.ts          
npm notice 1.1kB  LICENSE             
npm notice 13.0kB README.md           
npm notice 16.4kB dist/pretender.es.js
npm notice 18.5kB dist/pretender.js

rollup.config.js
karma.conf.js
*.md
yarn.lock
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this file deliberately deleted? If not, please restore it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, intentional, .npmignore (black list) is harder to maintain than to use the files property in package.json (white list).

rollup.config.js Outdated Show resolved Hide resolved
@mike-north mike-north self-requested a review April 4, 2019 02:15
Copy link
Member

@mike-north mike-north left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Can you test your two PRs (mirage, e-cli-pretender) with the small changes I added on top of your branch?

  2. Please comment on the .npmignore deletion

otherwise LGTM! Thanks for following up on these issues!

@givanse
Copy link
Contributor Author

givanse commented Apr 5, 2019

The other PRs (mirage, e-cli-pretender) still work 👍 Good to merge.

@mike-north mike-north merged commit 34562dd into pretenderjs:master Apr 5, 2019
@givanse givanse deleted the backward-compatible branch April 5, 2019 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants