Skip to content

Commit

Permalink
Merge pull request #22 from lordnull/errant-return
Browse files Browse the repository at this point in the history
Removed a module level return statement that caused some bundlers to choke.
  • Loading branch information
lordnull authored Mar 15, 2017
2 parents 2bdb7ab + 7add014 commit 78b8d61
Show file tree
Hide file tree
Showing 6 changed files with 1,676 additions and 1,578 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ min: compile
java -jar compiler.jar --language_in ECMASCRIPT5 --js build/dice.js --js_output_file build/dice.min.js

peg:
$(PEGJS) src/dice.peg src/parser.js
$(PEGJS) -o src/parser.js src/dice.peg

test: node_test browser_test

Expand Down
Loading

0 comments on commit 78b8d61

Please sign in to comment.