Skip to content

Commit a3decb6

Browse files
committed
npm distribution
1 parent 425de2d commit a3decb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
lib
22
test
33
*~
4-
node_modules

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "entropy-string",
3-
"version": "1.0.5",
3+
"version": "1.0.7",
44
"description": "Efficiently generate cryptographically strong random strings of specified entropy from various character sets.",
55
"main": "entropy-string.js",
66
"directories": {
7+
"dist": "dist",
78
"lib": "lib",
89
"test": "test"
910
},

0 commit comments

Comments
 (0)