Skip to content

Commit

Permalink
change rollup format
Browse files Browse the repository at this point in the history
  • Loading branch information
erhangundogan committed Nov 15, 2020
1 parent f6aaf61 commit d4a67a1
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": "@imagemarker/use-text-width",
"version": "0.3.1",
"version": "0.3.2",
"description": "React hook to measure text width",
"repository": "github:imagemarker/use-text-width",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
dir: 'dist',
name: 'useTextWidth',
sourcemap: !production,
format: 'cjs',
format: 'es',
globals: {
'react': 'React',
'react-dom': 'ReactDOM',
Expand Down

0 comments on commit d4a67a1

Please sign in to comment.