Skip to content

Commit

Permalink
Fix #241, #133: Update to pegjs 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jul 6, 2014
1 parent 5272d3c commit ae7736f
Show file tree
Hide file tree
Showing 4 changed files with 16,444 additions and 17,713 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TEST = $(wildcard test/*.coffee | sort)
ROOT = $(shell pwd)

COFFEE = bin/coffee --js --bare
PEGJS = node_modules/.bin/pegjs --cache --export-var 'module.exports'
PEGJS = node_modules/.bin/pegjs --cache
MOCHA = node_modules/.bin/mocha --compilers coffee:./register -u tdd
CJSIFY = node_modules/.bin/cjsify --export CoffeeScript
MINIFIER = node_modules/.bin/esmangle
Expand Down
Loading

0 comments on commit ae7736f

Please sign in to comment.