Skip to content

Commit

Permalink
Version Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsundso committed Dec 27, 2023
1 parent 02303cb commit 8ed13ae
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,8 +1,8 @@
{
"type": "module",
"version": "1.7.1",
"version": "2.0.0",
"scripts": {
"start": "node --max-old-space-size=8192 ./dist/index.js",
"start": "node --max-old-space-size=8192 --warn ./dist/index.js",
"build": "npx tsc",
"dev": "cd ./dist && node --enable-source-maps ./index.js --debug --warn",
"lint": "npx eslint 'src/**/*.ts' --fix"
Expand Down

0 comments on commit 8ed13ae

Please sign in to comment.