Skip to content

Commit 2b7c83b

Browse files
committed
chore(lazy-table-renderer): update package.json
1 parent 8c0f988 commit 2b7c83b

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"name": "vue-pivottable",
33
"version": "1.0.3",
44
"type": "module",
5-
"publishConfig": {
6-
"access": "public"
7-
},
5+
"description": "",
86
"exports": {
97
".": {
108
"import": "./dist/vue-pivottable.es.js",
@@ -88,5 +86,6 @@
8886
"vite-plugin-dts": "^4.5.3",
8987
"vite-plugin-static-copy": "^2.3.1",
9088
"vue": "^3.2.0"
91-
}
89+
},
90+
"packageManager": "[email protected]"
9291
}

packages/lazy-table-renderer/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "@vue-pivottable/lazy-table-renderer",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"type": "module",
5-
"publishConfig": {
6-
"access": "public"
7-
},
5+
"description": "",
86
"exports": {
97
".": {
108
"import": "./dist/lazy-table-renderer.es.js",
@@ -55,6 +53,5 @@
5553
"devDependencies": {
5654
"@vitejs/plugin-vue": "^5.2.1",
5755
"vite": "^6.3.4"
58-
},
59-
"packageManager": "[email protected]"
56+
}
6057
}

0 commit comments

Comments
 (0)