We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85d496 commit ab29ba6Copy full SHA for ab29ba6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nodejs-snowflake",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"description": "Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
@@ -19,7 +19,7 @@
19
"build": "node-gyp rebuild && tsc",
20
"build:napi": "node-gyp rebuild",
21
"build:tsc": "tsc",
22
- "install": "prebuild-install -d || node-gyp rebuild",
+ "install": "prebuild-install || node-gyp rebuild",
23
"benchmark": "npm run build:tsc && node lib/test"
24
},
25
"repository": {
0 commit comments