Skip to content

Commit

Permalink
rev to package files
Browse files Browse the repository at this point in the history
  • Loading branch information
randalf-sr committed Sep 4, 2024
1 parent 67f929b commit 4c6924f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rdtlabs/ts-utils",
"version": "0.2.38",
"version": "0.2.39",
"exports": {
".": "./src/index.ts",
"./async": "./src/async/index.ts",
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdt-utils",
"version": "0.2.38",
"version": "0.2.39",
"description": "Library of typescript utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,4 @@
"rel:major": "npm version major && npm run build && npm pack && npm publish --access public",
"help": "tsup --help"
}
}


// gh release create v0.2.38 .\rdt-utils-0.2.38.tgz --"minor notes updates, version update",
}

0 comments on commit 4c6924f

Please sign in to comment.