Skip to content

Commit

Permalink
added bin
Browse files Browse the repository at this point in the history
  • Loading branch information
stockulus committed Feb 13, 2017
1 parent e8ba727 commit 4392482
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "dotenv-prompter",
"version": "0.9.0",
"version": "0.9.1",
"description": "cli prompt for .env files",
"scripts": {
"test": "standard",
"start": "node ./bin/cmd.js",
"updtr": "updtr --save-exact"
},
"bin": {
"dotenv-prompter": "./bin/cmd.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stockulus/dotenv-prompter.git"
Expand Down

0 comments on commit 4392482

Please sign in to comment.