Skip to content

Commit

Permalink
bump: ⬆️ increasing package version as patch for release
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Aurélio da Silva <marcoonroad@gmail.com>
  • Loading branch information
marcoonroad committed Mar 16, 2020
1 parent f92fb18 commit 19f728d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sporadic",
"version": "0.4.1",
"version": "0.4.2",
"description": "Composable Concurrency Abstractions for JavaScript.",
"main": "build/sporadic/index.js",
"browser": "dist/index.js",
Expand Down
5 changes: 3 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ module.exports = {
},
plugins: [
nodeResolve({
module: true,
main: true,
// module: true, // DEPRECATED
// main: true, // DEPRECATED
mainFields: ['module', 'main'], // NEW VERSION
browser: true
}),
commonjs({
Expand Down

0 comments on commit 19f728d

Please sign in to comment.