mirror of
https://github.com/lancedikson/bowser
synced 2026-02-10 01:50:10 +00:00
Compare commits
No commits in common. "master" and "v2.14.0" have entirely different histories.
10
.npmignore
Normal file
10
.npmignore
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
test
|
||||||
|
.nyc_output
|
||||||
|
coverage
|
||||||
|
**/.*
|
||||||
|
node_modules
|
||||||
|
.github
|
||||||
|
docs
|
||||||
|
*.gz
|
||||||
|
jsdoc.json
|
||||||
|
webpack.config.js
|
||||||
@ -1,12 +1,6 @@
|
|||||||
{
|
{
|
||||||
"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