Web: Removed useless package

This commit is contained in:
Alexey Safronov 2023-07-25 13:52:47 +04:00
parent ee56dc8ffb
commit ac32bd5c1c
3 changed files with 0 additions and 35 deletions

View File

@ -1,15 +0,0 @@
# @appserver/browserslist-config
Shared browserslist config for AppServer
## Usage
### package.json
```json
{
"browserslist": [
"extends @appserver/browserslist-config"
]
}
```

View File

@ -1,7 +0,0 @@
module.exports = [
'>0.25%',
'not ie 11',
'not op_mini all',
'not dead',
'Firefox ESR',
];

View File

@ -1,13 +0,0 @@
{
"name": "@docspace/browserslist-config-asc",
"version": "1.2.0",
"description": "Shared browserslist for DocSpace libraries and apps",
"main": "browserlist.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"docspace",
"browserslist"
]
}