Update package.json/package-lock.json & remove bower.json (at last!)

This commit is contained in:
Faisal Salman
2023-08-24 21:08:33 +07:00
parent 3f105fe93b
commit f538018f8e
3 changed files with 11 additions and 20 deletions

View File

@@ -14,7 +14,11 @@
"device",
"cpu",
"jquery-plugin",
"ecosystem:jquery"
"ecosystem:jquery",
"ua-parser-js",
"browser-detection",
"device-detection",
"os-detection"
],
"homepage": "https://github.com/faisalman/ua-parser-js",
"contributors": [
@@ -215,6 +219,7 @@
}
],
"workspaces": [
"src/helpers"
"src/client-hints-helpers",
"src/user-agent-helpers"
]
}