Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed May 12, 2023
1 parent 2ea25ab commit 881abe2
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": "node-ray",
"version": "1.20.9",
"version": "1.20.8",
"description": "Debug NodeJS with Ray to fix problems faster",
"license": "MIT",
"author": "Patrick Organ <patrick@permafrost.dev>",
Expand Down Expand Up @@ -58,7 +58,7 @@
"build:dts:web:gen": "./node_modules/.bin/dts-bundle-generator -o ./dist/web.d.ts ./src/Ray.ts",
"build:dts:web": "node ./scripts/generate-web-ts-declaration.js",
"build:dts": "concurrently npm:build:dts:index npm:build:dts:web",
"build:all": "npm:build:node && npm:build:web",
"build:all": "npm run build:node && npm run build:web",
"build:dev": "concurrently npm:build:node npm:build:web",
"postversion": "npm run build:all && npm run build:dts",
"version": "auto-changelog -p -o CHANGELOG.md --hide-credit --release-summary --hide-empty-releases --sort-commits date-desc && git add CHANGELOG.md",
Expand Down

0 comments on commit 881abe2

Please sign in to comment.