Skip to content

Commit

Permalink
suppress nodejs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
santinic committed Dec 8, 2016
1 parent deae098 commit dc2c8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/how2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node
#!/usr/bin/env node --no-deprecation

require('../lib/index');

1 comment on commit dc2c8d3

@ctemplin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks things on Linux. #78

Please sign in to comment.