Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcelino committed Jun 1, 2015
1 parent eec89b2 commit 3bbb113
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uuid-base62",
"version": "0.0.2",
"version": "0.1.0",
"description": "Base62 non-sequential url-safe UUID generator (RFC4122)",
"main": "uuid-base62.js",
"scripts": {
Expand All @@ -12,6 +12,7 @@
},
"keywords": [
"uuid",
"uid",
"base62",
"unique",
"id",
Expand All @@ -31,6 +32,6 @@
"node-uuid": "^1.4.3"
},
"devDependencies": {
"mocha": "^2.2.5"
"mocha": "*"
}
}

0 comments on commit 3bbb113

Please sign in to comment.