1
0
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:
Denis Demchenko 2017-08-17 23:55:47 +03:00
parent 5c753edb75
commit 7ea344e454

View File

@ -1,7 +1,7 @@
const fs = require('fs');
const UAList = require('./src/useragents').useragents;
const UAList = require('../src/useragents').useragents;
const json2yaml = require('json2yaml');
const Parser = require('./lib/parser').default;
const Parser = require('../lib/parser').default;
const newBrowserList = {};