mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
Update package.json/package-lock.json & remove bower.json (at last!)
This commit is contained in:
parent
3f105fe93b
commit
f538018f8e
17
bower.json
17
bower.json
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "ua-parser-js",
|
|
||||||
"version": "2.0.0-alpha.3",
|
|
||||||
"authors": [
|
|
||||||
"Faisal Salman <f@faisalman.com>"
|
|
||||||
],
|
|
||||||
"private": false,
|
|
||||||
"main": "src/ua-parser.js",
|
|
||||||
"ignore": [
|
|
||||||
"build",
|
|
||||||
"node_modules",
|
|
||||||
"bower_components",
|
|
||||||
"test",
|
|
||||||
"tests"
|
|
||||||
],
|
|
||||||
"dependencies": {}
|
|
||||||
}
|
|
5
package-lock.json
generated
5
package-lock.json
generated
@ -3797,7 +3797,10 @@
|
|||||||
"src/user-agent-helpers": {
|
"src/user-agent-helpers": {
|
||||||
"name": "@ua-parser-js/user-agent-helpers",
|
"name": "@ua-parser-js/user-agent-helpers",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@ua-parser-js/client-hints-helpers": "*"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,11 @@
|
|||||||
"device",
|
"device",
|
||||||
"cpu",
|
"cpu",
|
||||||
"jquery-plugin",
|
"jquery-plugin",
|
||||||
"ecosystem:jquery"
|
"ecosystem:jquery",
|
||||||
|
"ua-parser-js",
|
||||||
|
"browser-detection",
|
||||||
|
"device-detection",
|
||||||
|
"os-detection"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/faisalman/ua-parser-js",
|
"homepage": "https://github.com/faisalman/ua-parser-js",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
@ -215,6 +219,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"src/helpers"
|
"src/client-hints-helpers",
|
||||||
|
"src/user-agent-helpers"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user