Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dailyrandomphoto committed Jul 30, 2020
1 parent b1c3817 commit 3c902b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "id-generators",
"version": "1.0.5",
"version": "1.0.6",
"description": "id-generators is small JavaScript library to generate ID with awesome Unique ID libraries.",
"main": "lib/index.js",
"scripts": {
"lint": "prettier --write . && xo",
"lint:fix": "prettier --write . && xo --fix",
"test": "mocha test/index.js",
"test:cov": "nyc npm run test",
"test:loop": "while npm test --silent; do :; done"
"test:loop": "while npm test --silent; do :; done",
"preinstall": "unlink-self 2>&1 | echo unlink-self"
},
"dependencies": {
"cuid": "^2.1.6",
Expand All @@ -21,6 +22,7 @@
"nanoid-good": "^1.3.0",
"nyc": "^15.1.0",
"prettier": "latest",
"unlink-self": "latest",
"xo": "latest"
},
"peerDependencies": {
Expand Down

0 comments on commit 3c902b1

Please sign in to comment.