Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/
import browserslistConfig from '../browserlist.config.js'
import browserslistConfig from '../browserslist.config.js'
import browserslist from 'browserslist'
import { getUserAgentRegex } from 'browserslist-useragent-regexp'

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@nextcloud/browserslist-config",
"version": "3.1.1",
"description": "Shared browserslist for Nextcloud libraries and apps",
"main": "browserlist.config.js",
"main": "browserslist.config.js",
"scripts": {
"test": "node __tests__/browserlist.test.mjs"
"test": "node __tests__/browserslist.test.mjs"
},
"keywords": [
"nextcloud",
Expand Down