Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Nov 1, 2022
1 parent 243eca6 commit 72b4ca6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-d3-cloud",
"version": "1.0.5",
"version": "1.0.6",
"description": "A word cloud component using d3-cloud",
"license": "MIT",
"author": "cph",
Expand All @@ -9,6 +9,10 @@
"bugs": {
"url": "https://github.com/Yoctol/react-d3-cloud/issues"
},
"exports": {
"import": "./lib/esm/index.js",
"require": "./lib/index.js"
},
"main": "lib/index.js",
"scripts": {
"build": "npm run clean && npm run build:cjs && npm run build:esm",
Expand Down Expand Up @@ -86,9 +90,5 @@
"d3",
"react",
"word-cloud"
],
"exports": {
"import": "./lib/esm/index.js",
"require": "./lib/index.js"
}
]
}

0 comments on commit 72b4ca6

Please sign in to comment.