Skip to content

Commit

Permalink
chore: release v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Jul 28, 2022
1 parent c1444d2 commit 1c0ce7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dd",
"version": "0.23.0",
"version": "0.23.1",
"description": "Devops commands for your nodejs and serverless projects",
"keywords": [
"devops",
Expand Down Expand Up @@ -40,7 +40,7 @@
"build": "run-s clean build:bundle",
"build:bin": "tsup src/dd.ts --format=cjs -d bin --clean && chmod +x bin/dd.js",
"build:bundle": "run-p build:bin build:dist",
"build:dist": "pnpm tsup src/shared/index.ts --dts --format='cjs,esm'",
"build:dist": "pnpm tsup src/shared/index.ts --dts --format=cjs,esm",
"circular": "pnpm madge src --extensions ts --circular",
"clean": "rimraf src/**/*.js dist/**/* bin/**/*",
"dd": "./bin/dd.js",
Expand Down

0 comments on commit 1c0ce7a

Please sign in to comment.