Skip to content

Commit ece90b3

Browse files
committed
Remove unused imports
1 parent 790511a commit ece90b3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

script/bootstrap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
'use strict'
44

5-
const path = require('path')
65
const CONFIG = require('./config')
76
const childProcess = require('child_process')
87
const cleanDependencies = require('./lib/clean-dependencies')

script/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
'use strict';
55

6-
const fs = require('fs');
76
const path = require('path');
87
const spawnSync = require('./lib/spawn-sync');
98

0 commit comments

Comments
 (0)