Skip to content

Commit

Permalink
Fixing npx bin command to work
Browse files Browse the repository at this point in the history
  • Loading branch information
dmelosantos committed May 21, 2019
1 parent 32154ab commit b4a2081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "reliquary",
"version": "1.0.0",
"version": "1.0.1",
"description": "An project for managing secrets",
"main": "src/index.js",
"bin": "./src/index.js",
"scripts": {
"test": "jest --coverage --config=jest.config.js test/",
"lint": "eslint src/",
Expand Down

0 comments on commit b4a2081

Please sign in to comment.