Skip to content

Commit ed81977

Browse files
committed
fixed import path
this was forgotten in the previous commit (09f4b8c)
1 parent 09f4b8c commit ed81977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/faucet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22
"use strict";
33

4-
let start = require("../lib");
4+
let start = require("../index");
55
let parseArgs = require("minimist");
66

77
const HELP = `

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "front-end asset pipeline",
55
"author": "FND",
66
"contributors": [

0 commit comments

Comments
 (0)