Skip to content

Commit 4a5c172

Browse files
refactor: follow conventions
1 parent 7de33ee commit 4a5c172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const cp = require('cp-file').sync
55
const chalk = require('chalk')
66
const util = require('../util')
77

8-
const {exists, cwd, pwd, resolve, read} = util
8+
const {cwd, exists, pwd, read, resolve} = util
99

1010
const replace = function (file, tpl, replace) {
1111
fs.writeFileSync(file, read(file).replace(tpl, replace), 'utf-8')

0 commit comments

Comments
 (0)