mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Fix the helper to convert tests to yml
This commit is contained in:
parent
5c753edb75
commit
7ea344e454
@ -1,7 +1,7 @@
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const UAList = require('./src/useragents').useragents;
|
const UAList = require('../src/useragents').useragents;
|
||||||
const json2yaml = require('json2yaml');
|
const json2yaml = require('json2yaml');
|
||||||
const Parser = require('./lib/parser').default;
|
const Parser = require('../lib/parser').default;
|
||||||
|
|
||||||
const newBrowserList = {};
|
const newBrowserList = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user