Skip to content

Commit 527d6b3

Browse files
committed
chore(lazy-table-renderer): update v1.0.7
1 parent ca0c533 commit 527d6b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "vue-pivottable",
33
"version": "1.0.3",
44
"type": "module",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"exports": {
69
".": {
710
"import": "./dist/vue-pivottable.es.js",

packages/lazy-table-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-pivottable/lazy-table-renderer",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)