Skip to content

Commit

Permalink
fix download url
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatorePreviti committed Apr 25, 2023
1 parent 2d1ef49 commit 9c21f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roaring",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"description": "CRoaring official port for NodeJS",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"module_name": "roaring",
"module_path": "./native/roaring-{node_abi}-{platform}-{arch}",
"host": "https://github.com/SalvatorePreviti/roaring-node/releases/download/",
"remote_path": "v{version}"
"remote_path": "{version}"
},
"scripts": {
"install": "node ./node-pre-gyp.js install --fallback-to-build",
Expand Down

0 comments on commit 9c21f63

Please sign in to comment.