Skip to content

Commit

Permalink
add more small files into test asset
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Oct 25, 2024
1 parent c33726a commit 38fe4e2
Show file tree
Hide file tree
Showing 8 changed files with 8 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.2",
"version": "1.14.3",
"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.0.0",
"version": "1.1.0",
"root": "small-asset/"
}
},
Expand Down
Empty file added small-asset/dir1/dir2/file3.txt
Empty file.
Empty file added small-asset/dir1/file1.txt
Empty file.
Empty file added small-asset/dir1/file2.txt
Empty file.
Empty file added small-asset/file1.txt
Empty file.
Empty file added small-asset/file2.txt
Empty file.
4 changes: 4 additions & 0 deletions small-asset/test-file.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"comment": "a valid JSON asset for test needs. Just to have it.",
"key": "value"
}

0 comments on commit 38fe4e2

Please sign in to comment.