Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbschuld committed Apr 7, 2020
1 parent 76f358c commit ac7667d
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,8 +1,7 @@
{
"name": "uuid-base58",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate a RFC4122 compliant v4 UUID and return it encoded in base-58.",
"main": "src/index.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
Expand All @@ -24,6 +23,7 @@
"bugs": {
"url": "https://github.com/cbschuld/uuid-base58/issues"
},
"main": "./lib/index.js",
"files": [
"lib/**/*"
],
Expand Down

0 comments on commit ac7667d

Please sign in to comment.