Skip to content

Commit 7bc610a

Browse files
committed
Merge pull request #78 from KutsenkoA/patch-1
Add path object
2 parents 26f192e + 5bcf44c commit 7bc610a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict';
22
var gutil = require('gulp-util');
3+
var path = require('path');
34
var through = require('through2');
45
var Checker = require('jscs');
56
var loadConfigFile = require('jscs/lib/cli-config');

0 commit comments

Comments
 (0)