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

generate UMD version in dist directory on post install #9

Merged
merged 1 commit into from
Dec 31, 2017

Conversation

dotnetCarpenter
Copy link
Member

[1.1.0] - 2017-12-31

Added

  • Npm post-install hook now creates a dist/ directory with traits.js and
    traits.min.js. This allow for using the minified version through https://unpkg.com.
  • Added changelog.
  • Mention unpkg.com include option and fixed some formatting errors in markdown files.

Changed

  • Npm main file no longer points to src/traits.js but to dist/traits.js. Since this is the
    unminified version, your module bundler can optimize the minification process according to your project.
  • Updated dev dependencies. - qunit can not be updated to any version higher than 2.4.1 due to karma-qunit.

Removed

  • Nodejs and Commonjs detection in traits.js.

@dotnetCarpenter dotnetCarpenter merged commit 6c2a30a into master Dec 31, 2017
@dotnetCarpenter dotnetCarpenter deleted the unpkg branch December 31, 2017 21:54
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.

1 participant