Skip to content

Commit

Permalink
fixed path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Mar 24, 2017
1 parent 6c26724 commit cd6a244
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 69 deletions.
1 change: 0 additions & 1 deletion browser.js

This file was deleted.

1 change: 0 additions & 1 deletion crypto.js

This file was deleted.

64 changes: 0 additions & 64 deletions index.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "randomhex",
"version": "0.1.1",
"version": "0.1.2",
"description": "Will generate a random HEX string of a specifc byte size.",
"repository": "https://github.com/frozeman/randomHex",
"license": "MIT",
"main": "index.js",
"main": "src/index.js",
"browser": {
"crypto.js": "crypto-browser.js"
"crypto.js": "src/browser.js"
},
"scripts": {
"test": "mocha test.js"
Expand Down

0 comments on commit cd6a244

Please sign in to comment.