Skip to content

Commit bef7e4d

Browse files
committed
fix: wrong process module import
1 parent 49e21cf commit bef7e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use strict';
22

33
const path = require('path');
4+
const process = require('process');
45
const fs = require('fs');
5-
const process = require('path');
66
const _ = require('lodash');
77
const chalk = require('chalk');
88
const Generator = require('yeoman-generator');

0 commit comments

Comments
 (0)