Skip to content

Commit

Permalink
prepare packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
femshima committed Oct 19, 2023
1 parent ee445d2 commit 8569a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
${{ env.APP_NAME }}.*.node
index.js
index.d.ts
package.json
if-no-files-found: error

universal-macOS:
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-altjtalk-binding",
"version": "0.0.0",
"version": "0.1.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand All @@ -24,13 +24,14 @@
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.16.3",
"@node-rs/helper": "^1.3.3",
"ava": "^5.1.1"
},
"ava": {
"timeout": "3m"
},
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"scripts": {
"artifacts": "napi artifacts",
Expand All @@ -41,8 +42,5 @@
"universal": "napi universal",
"version": "napi version"
},
"packageManager": "yarn@3.6.4",
"dependencies": {
"@node-rs/helper": "^1.3.3"
}
"packageManager": "yarn@3.6.4"
}

0 comments on commit 8569a32

Please sign in to comment.