Skip to content

Commit

Permalink
Update for global script
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwillis committed Jan 24, 2020
1 parent cf710d0 commit 66fe3ee
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,8 +1,11 @@
{
"name": "xdotjson-convert",
"version": "1.0.0",
"version": "1.0.1",
"description": "convert xdotjson format to dot",
"main": "index.js",
"bin": {
"xdotjson-convert": "src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 66fe3ee

Please sign in to comment.