File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- import path from 'path ' ;
1+ import { homedir } from 'os ' ;
22import test from 'ava' ;
3+ import path from 'path' ;
34import execa from 'execa' ;
4- import { homedir } from 'os' ;
55
66import pkg from '../package.json' ;
77
Original file line number Diff line number Diff line change 1- import fs from 'fs-extra' ;
21import os from 'os' ;
32import test from 'ava' ;
43import path from 'path' ;
4+ import fs from 'fs-extra' ;
55import json from 'json-extra' ;
6+
67import getConfig from '../lib/getConfig' ;
78
89const cwd = process . cwd ( ) ;
Original file line number Diff line number Diff line change 1- import fs from 'fs-extra ' ;
1+ import os from 'os ' ;
22import test from 'ava' ;
33import path from 'path' ;
44import chalk from 'chalk' ;
5+ import fs from 'fs-extra' ;
56import json from 'json-extra' ;
6- import os from 'os' ;
7+
78import getConfig from '../lib/getConfig' ;
89import { choices , questions } from '../lib/promptConfig' ;
910
You can’t perform that action at this time.
0 commit comments