Skip to content

Commit 274f5bf

Browse files
committedMay 29, 2020
Fix require not a function
1 parent 00e83a0 commit 274f5bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎bin/snippet-enricher

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env node
2-
require('./../index.js')();
2+
require('./../index.js');

‎bin/snippet-enricher-cli

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env node
2-
require('./../index.js')();
2+
require('./../index.js');

0 commit comments

Comments
 (0)
Please sign in to comment.