Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Mar 28, 2022
1 parent b3f549e commit e0b6c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
],
"engines": {
"node": ">=16.14"
},
},
"scripts": {
"start": "node ./dist/index.js --dry-run",
"dev": "tsup src/index.ts --format esm --watch --sourcemap inline",
"build": "tsup src/index.ts --format esm --dts-resolve",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
Expand Down

0 comments on commit e0b6c43

Please sign in to comment.