We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a072b commit 7d9d40fCopy full SHA for 7d9d40f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.2
2
+
3
+Fix error build
4
5
## 0.2.1
6
7
Optimize render and cache.
Makefile
@@ -21,9 +21,9 @@ build-lib:
21
$(JK) build --noMin .
22
23
24
-build-pub: bootstrap build-lib
+build-pub: bootstrap
25
@echo "Build publish"
26
- $(JK) publish -no-b
+ @$(MAKE) build-lib && $(JK) prepublish && $(JK) publish -no-b && $(JK) postpublish
27
28
29
dev-server:
package.json
@@ -1,6 +1,6 @@
{
"name": "squarified",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "squarified tree map",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments