Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 0b02cc9

Browse files
committed
Removed unused require and parameters
1 parent 521cfae commit 0b02cc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ var InitGenerator;
44
var initHelpers = require('../lib/initgenerator.js');
55
var util = require('util');
66
var path = require('path');
7-
var fs = require('fs');
87
var yeoman = require('yeoman-generator');
98

10-
InitGenerator = module.exports = function InitGenerator(args, options, cnf) {
9+
InitGenerator = module.exports = function InitGenerator(args, options) {
1110
var packageJsonPath;
1211
yeoman.generators.Base.apply(this, arguments);
1312

0 commit comments

Comments
 (0)