Skip to content

Commit

Permalink
Updating bin scripts to work
Browse files Browse the repository at this point in the history
  • Loading branch information
dmelosantos committed May 21, 2019
1 parent efc7be3 commit 03264eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reliquary",
"version": "1.0.4",
"version": "1.0.5",
"description": "An project for managing secrets",
"main": "src/index.js",
"bin": "./src/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
const program = require('commander');
const fs = require('fs');

Expand Down

0 comments on commit 03264eb

Please sign in to comment.