chore(firefox): move sources from //lib/firefox to //lib (#3920)

This commit is contained in:
Andrey Lushnikov
2019-02-05 18:56:04 -08:00
committed by GitHub
parent a210dd7ee2
commit 1676f9927c
13 changed files with 7 additions and 7 deletions

View File

@@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
const FirefoxLauncher = require('./lib/firefox/Launcher.js').Launcher;
const BrowserFetcher = require('./lib/firefox/BrowserFetcher.js');
const FirefoxLauncher = require('./lib/Launcher.js').Launcher;
const BrowserFetcher = require('./lib/BrowserFetcher.js');
class Puppeteer {
constructor() {