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 790511a commit ece90b3Copy full SHA for ece90b3
script/bootstrap
@@ -2,7 +2,6 @@
2
3
'use strict'
4
5
-const path = require('path')
6
const CONFIG = require('./config')
7
const childProcess = require('child_process')
8
const cleanDependencies = require('./lib/clean-dependencies')
script/config.js
@@ -3,7 +3,6 @@
'use strict';
-const fs = require('fs');
const path = require('path');
const spawnSync = require('./lib/spawn-sync');
9
0 commit comments