We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70b1f1 commit 0cf0db2Copy full SHA for 0cf0db2
examples/lib/csprng-bytes.js
@@ -0,0 +1 @@
1
+../../lib/csprng-bytes.js
examples/lib/prng-bytes.js
+../../lib/prng-bytes.js
package.json
@@ -13,7 +13,7 @@
13
"scripts": {
14
"build": "yarn clean && BABEL_ENV=production babel --out-dir=dist entropy-string.js lib/*.js",
15
"clean": "rm -f dist/*.js",
16
- "examples": "cd examples && BABEL_ENV=development babel --out-dir=dist *.js && cd ..",
+ "examples": "cd examples && BABEL_ENV=development babel --out-dir=dist *.js lib/*.js && cd ..",
17
"lint": "eslint entropy-string.js lib/*.js tests/*js examples/*js",
18
"prepare": "yarn build",
19
"test": "yarn lint && yarn jest"
0 commit comments