mirror of
https://github.com/lancedikson/bowser
synced 2026-02-09 17:40:09 +00:00
fix
This commit is contained in:
parent
740d6c4844
commit
ba361a8dac
10
.npmignore
10
.npmignore
@ -1,10 +0,0 @@
|
|||||||
test
|
|
||||||
.nyc_output
|
|
||||||
coverage
|
|
||||||
**/.*
|
|
||||||
node_modules
|
|
||||||
.github
|
|
||||||
docs
|
|
||||||
*.gz
|
|
||||||
jsdoc.json
|
|
||||||
webpack.config.js
|
|
||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user