Skip to content

Commit 0073b90

Browse files
committed
fix: liquidjs command in /bin/liquid.js, fixes #169
1 parent 081c432 commit 0073b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/liquid.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
const Liquid = require('..')
3+
const Liquid = require('..').Liquid
44

55
let tpl = ''
66
process.stdin.on('data', chunk => (tpl += chunk))

0 commit comments

Comments
 (0)