Skip to content

Commit

Permalink
fix npm (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner authored Sep 13, 2024
1 parent a3d1b58 commit 7441e0c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
```
11 changes: 6 additions & 5 deletions docs/docs/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| Package Version | Vintner Version |
|-----------------|--------------------------------------------|
| 0.1.7 | a3d1b58a49a02a274bc5c5124e44eca4a1b2b7a3 |
| 0.1.5 | 0ca9400c337530d629125c2080db3710824f77ad |
| 0.1.4 | 5e5e3bca56ad702ec0d3c3561a1eac3363576a3c |
| 0.1.3 | b75c2fdb75334a7f6ff531ad8b4e47bd188b964a |
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -30,7 +30,9 @@
"LICENSE",
"README.md",
"package.json",
"yarn.lock"
"yarn.lock",
"tasks",
"task"
],
"dependencies": {
"archiver": "^7.0.1",
Expand Down

0 comments on commit 7441e0c

Please sign in to comment.