Skip to content

Commit

Permalink
Switch deckstrings.js to UMD build
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Jul 27, 2017
1 parent 0e76420 commit d8766a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Changed
- Switch deckstrings.js to UMD build

## [1.0.1] - 2017-07-27
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default [
entry: "src/index.ts",
moduleName: "deckstrings",
dest: pkg.browser,
format: "iife",
format: "umd",
plugins: [
jscc({
values: {
Expand Down

0 comments on commit d8766a4

Please sign in to comment.