Skip to content

Commit 72b4ca6

Browse files
committed
1.0.6
1 parent 243eca6 commit 72b4ca6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-d3-cloud",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A word cloud component using d3-cloud",
55
"license": "MIT",
66
"author": "cph",
@@ -9,6 +9,10 @@
99
"bugs": {
1010
"url": "https://github.com/Yoctol/react-d3-cloud/issues"
1111
},
12+
"exports": {
13+
"import": "./lib/esm/index.js",
14+
"require": "./lib/index.js"
15+
},
1216
"main": "lib/index.js",
1317
"scripts": {
1418
"build": "npm run clean && npm run build:cjs && npm run build:esm",
@@ -86,9 +90,5 @@
8690
"d3",
8791
"react",
8892
"word-cloud"
89-
],
90-
"exports": {
91-
"import": "./lib/esm/index.js",
92-
"require": "./lib/index.js"
93-
}
93+
]
9494
}

0 commit comments

Comments
 (0)