Skip to content

Commit 734a1f7

Browse files
committed
fix: update universal script to use universalize command
1 parent 9fdb175 commit 734a1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"postbuild": "node scripts/postbuild.js",
6161
"build:debug": "napi build --platform --package domparser --js index.js && node scripts/postbuild.js",
6262
"prepublishOnly": "napi prepublish -t npm",
63-
"universal": "napi universal",
63+
"universal": "napi universalize",
6464
"version": "napi version",
6565
"test": "node --test",
6666
"benchmark": "node ./benchmark/benchmark.mjs",

0 commit comments

Comments
 (0)