Skip to content

Commit

Permalink
Add bin target
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed May 28, 2017
1 parent 8570c0a commit 52fc697
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,11 +1,14 @@
{
"name": "medic-configurer-beta",
"version": "1.0.0",
"version": "1.0.1",
"description": "Configure Medic Mobile deployments",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"medic-conf": "bin/medic-conf"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alxndrsn/medic-configurer.git"
Expand Down

0 comments on commit 52fc697

Please sign in to comment.