We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd716eb commit d2042e7Copy full SHA for d2042e7
.gitignore
@@ -1,4 +1,5 @@
1
node_modules
2
build
3
.vscode
4
-tsbuild
+tsbuild
5
+*.tgz
package.json
@@ -1,6 +1,6 @@
{
"name": "napi_thread_safe_promise",
- "version": "1.0.10",
+ "version": "1.0.11",
"description": "C++ napi thread safe promises",
"main": "build/index.js",
6
"scripts": {
src/index.ts
@@ -1,2 +1,2 @@
export const include = `"${__dirname}"/../src`;
-export const libraries = `"${__dirname}/Release/napi_thread_safe_promise"`;
+export const libraries = `"${__dirname}/Release/napi_thread_safe_promise.lib"`;
0 commit comments