Skip to content

Commit

Permalink
version bump and fix for global
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwillis committed Jan 24, 2020
1 parent 66fe3ee commit 3fd340b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdotjson-convert",
"version": "1.0.1",
"version": "1.0.2",
"description": "convert xdotjson format to dot",
"main": "index.js",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/**
graph : [ strict ] (graph | digraph) [ ID ] '{' stmt_list '}'
stmt_list : [ stmt [ ';' ] stmt_list ]
Expand Down

0 comments on commit 3fd340b

Please sign in to comment.