We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e21cf commit bef7e4dCopy full SHA for bef7e4d
lib/index.js
@@ -1,8 +1,8 @@
1
'use strict';
2
3
const path = require('path');
4
+const process = require('process');
5
const fs = require('fs');
-const process = require('path');
6
const _ = require('lodash');
7
const chalk = require('chalk');
8
const Generator = require('yeoman-generator');
0 commit comments