Update version to 1.0.5 in package.json and simplify ci-deploy script by removing explicit beta flag argument.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@techniker-me/hash-map",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "A robust HashMap implementation following OOP SOLID principles",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
@@ -25,8 +25,8 @@
|
||||
"ci-install": "bun install",
|
||||
"ci-test": "bun run test:teamcity",
|
||||
"ci-build": "bash scripts/ci-build.sh",
|
||||
"ci-deploy:ga": "bash scripts/ci-deploy.sh --beta false",
|
||||
"ci-deploy:beta": "bash scripts/ci-deploy.sh --beta true",
|
||||
"ci-deploy:ga": "bash scripts/ci-deploy.sh",
|
||||
"ci-deploy:beta": "bash scripts/ci-deploy.sh --beta",
|
||||
"format": "bun run prettier --write .",
|
||||
"lint": "eslint",
|
||||
"prelint:fix": "bun run format",
|
||||
|
||||
Reference in New Issue
Block a user