Skip to content

Commit

Permalink
chore: add content to all small files in test asset
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Oct 25, 2024
1 parent 38fe4e2 commit af7850e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-open/milaboratories.software-small-binaries",
"version": "1.14.3",
"version": "1.14.4",
"description": "Small cross-platform binaries, like 'sleep' or 'hello-world', suitable for test needs",
"scripts": {
"cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./build/ && rm -rf ./dist/",
Expand Down Expand Up @@ -132,7 +132,7 @@
"asset": {
"type": "asset",
"registry": "platforma-open",
"version": "1.1.0",
"version": "1.1.1",
"root": "small-asset/"
}
},
Expand Down
1 change: 1 addition & 0 deletions small-asset/dir1/dir2/file3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dir1/dir2/file3.txt content
1 change: 1 addition & 0 deletions small-asset/dir1/file1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dir1/file1.txt content
1 change: 1 addition & 0 deletions small-asset/dir1/file2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dir1/file2.txt content
1 change: 1 addition & 0 deletions small-asset/file1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
file1.txt content
1 change: 1 addition & 0 deletions small-asset/file2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
file2.txt content

0 comments on commit af7850e

Please sign in to comment.