Skip to content

Commit

Permalink
doctest: remove vestigial --harmony flag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Nov 11, 2016
1 parent 6a6622d commit 31e7cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCTEST = node_modules/.bin/doctest --nodejs '--harmony' --module commonjs --prefix .
DOCTEST = node_modules/.bin/doctest --module commonjs --prefix .
ESLINT = node_modules/.bin/eslint --config node_modules/sanctuary-style/eslint-es3.json --env es3
ISTANBUL = node_modules/.bin/istanbul
NPM = npm
Expand Down

0 comments on commit 31e7cc2

Please sign in to comment.