Skip to content

Commit

Permalink
0.0.4 - --no-const-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexus committed Jan 11, 2025
1 parent 060045f commit 419e358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepnest/clipper2",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release --const-enum=false",
"build:debug": "napi build --platform --const-enum=false",
"build": "napi build --platform --release --no-const-enum",
"build:debug": "napi build --platform --no-const-enum",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"universal": "napi universal",
Expand Down

0 comments on commit 419e358

Please sign in to comment.