Skip to content

Commit ab29ba6

Browse files
committed
Bumped version to 1.5.1
1 parent f85d496 commit ab29ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-snowflake",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -19,7 +19,7 @@
1919
"build": "node-gyp rebuild && tsc",
2020
"build:napi": "node-gyp rebuild",
2121
"build:tsc": "tsc",
22-
"install": "prebuild-install -d || node-gyp rebuild",
22+
"install": "prebuild-install || node-gyp rebuild",
2323
"benchmark": "npm run build:tsc && node lib/test"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)