Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 712db09

Browse files
committed
v1.0.3
1 parent bb61192 commit 712db09

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xan105/nodert",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "NodeRT but precompiled (use WinRT API directly from node)",
55
"type": "module",
66
"exports": {
@@ -1384,7 +1384,6 @@
13841384
"scripts": {
13851385
"install": "node \"./install.js\"",
13861386
"lint": "eslint \"./lib/**/*.{js,mjs}\" \"./types/**/*.d.ts\"",
1387-
"test": "tap \"./test/**/*.js\" --no-coverage --no-coverage-report",
13881387
"check": "tsc --noemit --checkjs",
13891388
"declare": "tsc --declaration --emitDeclarationOnly --outDir \"./types\"",
13901389
"fetch:manual": "powershell -NoProfile -ExecutionPolicy Bypass -File ./fetch.ps1 && patch-package",

0 commit comments

Comments
 (0)