Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
Adding bin entry to package.json
  • Loading branch information
Igrom committed Apr 22, 2018
1 parent 8041e45 commit 0b45d23
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": "gatefold",
"version": "1.0.0",
"version": "1.0.2",
"description": "The compact URL shortener. Developed at Cimpress.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"gatefold": "./bin/gatefold.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cimpress-MCP/gatefold.git"
Expand Down

0 comments on commit 0b45d23

Please sign in to comment.