Skip to content

Commit

Permalink
Add bin wrapper and upate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcacek committed Jan 8, 2019
1 parent 3d6a7ca commit fc1b833
Show file tree
Hide file tree
Showing 4 changed files with 1,043 additions and 1,025 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.env
.nyc_output
4 changes: 4 additions & 0 deletions bin/pseudo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env node
'use strict';

require('../index.js');
Loading

0 comments on commit fc1b833

Please sign in to comment.