Skip to content

Commit

Permalink
chore: remove optionalDependencies to unblock CI builds (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored Jan 15, 2025
1 parent 2f54e4c commit 87996a1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions impit-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impit",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down Expand Up @@ -35,13 +35,5 @@
"version": "napi version"
},
"packageManager": "[email protected]",
"description": "Impit for JavaScript",
"optionalDependencies": {
"impit-win32-x64-msvc": "0.1.1",
"impit-darwin-x64": "0.1.1",
"impit-linux-x64-gnu": "0.1.1",
"impit-darwin-arm64": "0.1.1",
"impit-win32-arm64-msvc": "0.1.1",
"impit-linux-x64-musl": "0.1.1"
}
"description": "Impit for JavaScript"
}

0 comments on commit 87996a1

Please sign in to comment.