diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-08-27 10:43:47 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-08-27 10:44:03 +0100 |
| commit | ce7ec8a43d874fecec705cfc570fd864a905d1d2 (patch) | |
| tree | c25135b68454a2fccb9e11f2334a3c40bb5c16b1 /package.json | |
| parent | b7ff13ed4c217f2af827a4fa02390cafe9775c60 (diff) | |
Add proper exit code for build failure
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bde24cf..017cfdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "panulat", - "version": "1.1", + "version": "1.1.1", "description": "", "main": "app/index.mjs", "scripts": { |
