Skip to content

Commit

Permalink
alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Sep 29, 2024
1 parent c831374 commit 93b530c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-datachannel",
"version": "0.20.0-alpha.1",
"version": "0.20.0-alpha.2",
"description": "WebRTC For Node.js and Electron. libdatachannel node bindings.",
"main": "./dist/cjs/lib/index.cjs",
"module": "./dist/esm/lib/index.mjs",
Expand Down Expand Up @@ -38,7 +38,8 @@
"test:wpt": "npm run run:wpt:server & (sleep 8 && (npm run run:wpt:test | tee test/wpt-tests/last-test-results.md) )",
"run:wpt:server": "cd test/wpt-tests/wpt && ./wpt serve",
"run:wpt:test": "ts-node test/wpt-tests/index.ts",
"_prebuild": "prebuild -r napi --backend cmake-js"
"_prebuild": "prebuild -r napi --backend cmake-js",
"prepack": "npm run build:tsc"
},
"binary": {
"napi_versions": [
Expand Down

0 comments on commit 93b530c

Please sign in to comment.