Skip to content

Commit 62c5fc6

Browse files
committed
0.2.0
1 parent 60b9733 commit 62c5fc6

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "react-jqcloud",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "React word cloud component based on jQCloud layout algorithm",
5-
"keywords": ["react", "word-cloud", "tag-cloud", "visualization"],
5+
"keywords": [
6+
"react",
7+
"word-cloud",
8+
"tag-cloud",
9+
"visualization"
10+
],
611
"license": "MIT",
712
"type": "module",
813
"main": "./dist/index.cjs",
@@ -16,7 +21,9 @@
1621
},
1722
"./styles.css": "./dist/styles.css"
1823
},
19-
"files": ["dist"],
24+
"files": [
25+
"dist"
26+
],
2027
"scripts": {
2128
"build": "tsup && cp src/styles.css dist/styles.css",
2229
"dev": "tsup --watch",

0 commit comments

Comments
 (0)