Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-06-01 10:02:59 +0300
committerMax <max@nextcloud.com>2022-06-07 20:42:04 +0300
commit77a499e0637de605d63946623b29eb1fb154cbaf (patch)
tree94466ed97578544b837bd5a1c22f803e09ba661f /package.json
parent741ae2c6243cb93da1dae023fe9997a78321c0f6 (diff)
fix: remove nodes/index.js - import directly
`vite dev` will load all imports in imported files. So for now it is better to not bundle multiple files in indexes. Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6242814bd..71e4108bd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@nextcloud/text",
"description": "Collaborative document editing",
- "version": "0.2.0-beta.3",
+ "version": "25.0.0-beta.1",
"authors": [
{
"name": "Julius Härtl",