mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 09:34:12 +02:00
bundle
This commit is contained in:
parent
bab067c141
commit
33c0246e79
6 changed files with 38861 additions and 7 deletions
|
|
@ -2,8 +2,9 @@
|
|||
"name": "nextcloud-version-matrix",
|
||||
"version": "1.0.0",
|
||||
"description": "Generate nextcloud version matrix for an app",
|
||||
"main": "index.js",
|
||||
"main": "src/action.js",
|
||||
"scripts": {
|
||||
"build": "ncc build src/action.js -o dist",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
@ -14,5 +15,8 @@
|
|||
"url-exist": "^2.0.2",
|
||||
"xmldom": "^0.6.0",
|
||||
"xpath": "0.0.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.38.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue