From 7441e0c34d1b3a9bc148a800bff48ef4fc2c542e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miles=20St=C3=B6tzner?= <miles@stoetzner.de> Date: Fri, 13 Sep 2024 22:24:11 +0200 Subject: [PATCH] fix npm (#410) --- docs/docs/contributing/development.md | 2 +- docs/docs/versions.md | 11 ++++++----- package.json | 6 ++++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/docs/contributing/development.md b/docs/docs/contributing/development.md index a79dbc470..a5fd3fe86 100644 --- a/docs/docs/contributing/development.md +++ b/docs/docs/contributing/development.md @@ -134,5 +134,5 @@ First, make changes to the package inside `node_modules`. Then, create the patch. ```shell linenums="1" -./task patch-package --exclude 'nothing' ${package-name} +yarn patch-package --exclude 'nothing' ${package-name} ``` diff --git a/docs/docs/versions.md b/docs/docs/versions.md index da5f6dcd6..3e2eb4a2a 100644 --- a/docs/docs/versions.md +++ b/docs/docs/versions.md @@ -20,8 +20,9 @@ These images are not removed. The versions used in package managers, such as npm, use semantic versioning. -| Package Version | Vintner Version | -|-----------------|-------------------------------------------| -| 0.1.5 | 0ca9400c337530d629125c2080db3710824f77ad | -| 0.1.4 | 5e5e3bca56ad702ec0d3c3561a1eac3363576a3c | -| 0.1.3 | b75c2fdb75334a7f6ff531ad8b4e47bd188b964a | \ No newline at end of file +| Package Version | Vintner Version | +|-----------------|--------------------------------------------| +| 0.1.7 | a3d1b58a49a02a274bc5c5124e44eca4a1b2b7a3 | +| 0.1.5 | 0ca9400c337530d629125c2080db3710824f77ad | +| 0.1.4 | 5e5e3bca56ad702ec0d3c3561a1eac3363576a3c | +| 0.1.3 | b75c2fdb75334a7f6ff531ad8b4e47bd188b964a | \ No newline at end of file diff --git a/package.json b/package.json index 74261fdf3..1b7d50922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opentosca-vintner", - "version": "0.1.5", + "version": "0.1.7", "repository": "https://github.com/OpenTOSCA/opentosca-vintner", "homepage": "https://vintner.opentosca.org", "author": { @@ -30,7 +30,9 @@ "LICENSE", "README.md", "package.json", - "yarn.lock" + "yarn.lock", + "tasks", + "task" ], "dependencies": { "archiver": "^7.0.1",