Skip to content

Commit

Permalink
Merge pull request #10 from nats-io/node10-deprecations
Browse files Browse the repository at this point in the history
v1.0
  • Loading branch information
aricart committed May 2, 2018
2 parents 47ba7b5 + 5964147 commit 349218c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/nuid.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var crypto = require('crypto');
/**
* Constants
*/
var VERSION = '0.6.18',
var VERSION = '1.0.0',
digits = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ',
base = 36,
preLen = 12,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuid",
"version": "0.6.18",
"version": "1.0.0",
"description": "NUID - A highly performant unique identifier generator.",
"keywords": [
"unique",
Expand Down Expand Up @@ -32,7 +32,7 @@
"cover": "istanbul cover _mocha"
},
"engines": {
"node": ">= 0.10.x"
"node": ">= 4.5.0"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 349218c

Please sign in to comment.