1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

chore(bulding): trying pika

This commit is contained in:
Denis Demchenko
2019-08-28 00:24:23 +03:00
parent 8fb6e3a080
commit eda9e7326b
9 changed files with 10504 additions and 227 deletions

View File

@@ -1,7 +1,7 @@
import test from 'ava';
import yaml from 'yamljs';
import path from 'path';
import Bowser from '../../src/bowser';
import Bowser from '../../src';
import BowserBuild from '../../es5';
const listOfUA = yaml.load(path.join(__dirname, 'useragentstrings.yml'));