Skip to content

Commit

Permalink
feat(bin): add rest-on-couch-import global script
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jan 25, 2017
1 parent 6a28969 commit ae1ca45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"lib",
"views"
],
"bin": {
"rest-on-couch-import": "./bin/rest-on-couch-import.js"
},
"scripts": {
"build": "npm run build:server && npm run build:client",
"build:client": "webpack",
Expand Down

0 comments on commit ae1ca45

Please sign in to comment.