Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
angeal185 committed Apr 27, 2019
1 parent ce8a597 commit 130fbbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./lib');
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "hex-transposition-cipher",
"version": "1.0.0",
"version": "1.0.1",
"description": "hexadecimal transposition cipher for shuffle and reverse shuffling hex encoded cipher text",
"main": "/lib/index.js",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 130fbbd

Please sign in to comment.