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 e31f06b commit efc7be3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .bin/run.sh

This file was deleted.

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "reliquary",
"version": "1.0.3",
"version": "1.0.4",
"description": "An project for managing secrets",
"main": "src/index.js",
"bin": "./.bin/run.sh",
"bin": "./src/index.js",
"scripts": {
"test": "jest --coverage --config=jest.config.js test/",
"lint": "eslint src/",
Expand Down

0 comments on commit efc7be3

Please sign in to comment.