Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
bump buld and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
evnbr committed Jan 10, 2021
1 parent b8bb3bb commit b946d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bindery",
"version": "2.3.4",
"version": "2.3.6",
"description": "Book layout in the browser",
"main": "dist/bindery.cjs.js",
"module": "dist/bindery.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ const modules = extend(baseConfig, {
plugins: [resolve(), sassPlugin()],
});

const outputs = process.env.BUILD === 'production' ? [umd, mini, modules] : umd;
const outputs = process.env.BUILD === 'prod' ? [umd, mini, modules] : umd;

export default outputs;

0 comments on commit b946d63

Please sign in to comment.