mirror of
https://github.com/lancedikson/bowser
synced 2026-02-10 10:00:12 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb3f153def |
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