Skip to content

Commit 0cf0db2

Browse files
committedJun 6, 2018
Rewire examples
1 parent b70b1f1 commit 0cf0db2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎examples/lib/csprng-bytes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../lib/csprng-bytes.js

‎examples/lib/prng-bytes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../lib/prng-bytes.js

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"build": "yarn clean && BABEL_ENV=production babel --out-dir=dist entropy-string.js lib/*.js",
1515
"clean": "rm -f dist/*.js",
16-
"examples": "cd examples && BABEL_ENV=development babel --out-dir=dist *.js && cd ..",
16+
"examples": "cd examples && BABEL_ENV=development babel --out-dir=dist *.js lib/*.js && cd ..",
1717
"lint": "eslint entropy-string.js lib/*.js tests/*js examples/*js",
1818
"prepare": "yarn build",
1919
"test": "yarn lint && yarn jest"

0 commit comments

Comments
 (0)
Please sign in to comment.