Skip to content

Commit

Permalink
bumped randomHex
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Mar 24, 2017
1 parent 2cd2860 commit 3d4ef2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "randomhex",
"version": "0.1.3",
"version": "0.1.4",
"description": "Will generate a random HEX string of a specifc byte size.",
"repository": "https://github.com/frozeman/randomHex",
"license": "MIT",
"main": "src/index.js",
"browser": {
"crypto.js": "src/browser.js"
"./crypto.js": "src/browser.js"
},
"scripts": {
"test": "mocha test.js"
Expand Down
2 changes: 1 addition & 1 deletion test.js
@@ -1,6 +1,6 @@
var chai = require('chai');
var assert = chai.assert;
var randomHex = require('./index.js');
var randomHex = require('./src/index.js');


describe('randomHex', function () {
Expand Down

0 comments on commit 3d4ef2b

Please sign in to comment.