mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Add file extensions to imports
Add ES6 style export to utils and change related utils imports Update eslint rule for import extensions
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* MIT License | (c) Dustin Diaz 2012-2015
|
||||
* MIT License | (c) Denis Demchenko 2015-2017
|
||||
*/
|
||||
import Parser from './parser';
|
||||
import Parser from './parser.js';
|
||||
|
||||
/**
|
||||
* Bowser class.
|
||||
|
||||
Reference in New Issue
Block a user