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-04-13 17:47:01 +0300
committerMax <max@nextcloud.com>2022-04-13 17:47:46 +0300
commit8725c5e00b0f6a0970be2bfa883eaf65ff0264eb (patch)
tree9cedfa078b8d2d531da812f65587f32cb47c8cbb
parent4b35dee11205a40a713337504f28effc730c83e4 (diff)
fix: exclude screenshots from the packagepackage-0.1.0-beta.2
Signed-off-by: Max <max@nextcloud.com>
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index f29fd28d5..e6041efa7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@nextcloud/text",
"description": "Collaborative document editing",
- "version": "0.1.0-beta.1",
+ "version": "0.1.0-beta.2",
"authors": [
{
"name": "Julius Härtl",
@@ -13,7 +13,7 @@
"files": [
"package/",
"css/",
- "img/"
+ "img/*.*"
],
"scripts": {
"dev": "NODE_ENV=development webpack --config webpack.js",