Browse Source

fix(locale): save

gemercheung 1 year ago
parent
commit
040b3b6861
2 changed files with 4 additions and 3 deletions
  1. 3 2
      package.json
  2. 1 1
      simple-test.js

+ 3 - 2
package.json

@@ -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": {
     "name": "laster-tool",

+ 1 - 1
simple-test.js

@@ -1,4 +1,4 @@
-const { stop } = require('stop.node')
+const { stop } = require('./index')
 
 stop()
 // stop(5173)