@@ -1,6 +1,6 @@
{
"name": "laster-tool",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Template project for writing node package with napi-rs",
"main": "index.js",
"repository": "git@github.com:napi-rs/package-template.git",
@@ -15,7 +15,8 @@
],
"files": [
"index.d.ts",
- "index.js"
+ "index.js",
+ "laster-tool.win32-x64-msvc.node"
"napi": {
@@ -1,4 +1,4 @@
-const { stop } = require('stop.node')
+const { stop } = require('./index')
stop()
// stop(5173)