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

@ -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
View File

@ -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": "*"
}
} }
} }
} }

View File

@ -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"
] ]
} }