Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
v1.4.0-beta.4 - name exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jducro committed Oct 22, 2018
1 parent a758b8c commit fcd356d
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "@deskpro/react-components",
"version": "1.4.0-beta.3",
"version": "1.4.0-beta.4",
"description": "Deskpro React Components",
"main": "dist/index.js",
"homepage": "https://github.com/deskpro/react-components",
Expand Down
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ module.exports = [
globals: {
react: 'React',
'react-dom': 'ReactDOM'
}
},
exports: 'named'
},
plugins: [
babel({
Expand Down

0 comments on commit fcd356d

Please sign in to comment.