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

fix: attempt to resolve build issues (#604)

This commit is contained in:
Naor Peled 2026-02-09 00:03:04 +02:00 committed by GitHub
parent 740d6c4844
commit eb3f153def
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 10 deletions

View File

@ -1,10 +0,0 @@
test
.nyc_output
coverage
**/.*
node_modules
.github
docs
*.gz
jsdoc.json
webpack.config.js

View File

@ -1,6 +1,12 @@
{ {
"name": "bowser", "name": "bowser",
"description": "Lightweight browser detector", "description": "Lightweight browser detector",
"files": [
"src/",
"es5.js",
"bundled.js",
"index.d.ts"
],
"keywords": [ "keywords": [
"browser", "browser",
"useragent", "useragent",