mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 09:34:12 +02:00
initial version
This commit is contained in:
commit
c12ca846eb
12 changed files with 469 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "nextcloud-version-matrix",
|
||||
"version": "1.0.0",
|
||||
"description": "Generate nextcloud version matrix for an app",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"url-exist": "^2.0.2",
|
||||
"xmldom": "^0.6.0",
|
||||
"xpath": "0.0.27"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue