Skip to content

Commit

Permalink
chore: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Aug 19, 2024
1 parent cd543bc commit 0a2bbbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,19 @@
"version": "1.6.2",
"description": "Small cross-platform binaries, like 'sleep' or 'hello-world', suitable for test needs",
"scripts": {
"build": "true",
"build": "true",

"pkg:build": "./scripts/build.sh",
"pkg:build": "./scripts/build.sh",

"release:packages": "./scripts/publish.sh",
"release:descriptors": "pl-pkg publish descriptor",
"release": "npm run pkg:build && npm run release:packages && npm run release:descriptors"
"release:packages": "./scripts/publish.sh",
"release:descriptors": "pl-pkg publish descriptor",
"release": "npm run pkg:build && npm run release:packages && npm run release:descriptors"
},
"files": [
"dist/"
"dist/"
],
"license": "UNLICENSED",
"dependencies": {},
"devDependencies": {
"@milaboratory/pl-package-builder": "1.8.x"
"@milaboratory/pl-package-builder": "^1.8.2"
}
}

}

0 comments on commit 0a2bbbf

Please sign in to comment.