1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00:04 +02:00

3 Commits

Author SHA1 Message Date
s2
5fef5c7236 1.0.9 2019-06-17 15:34:52 +02:00
s2
81e88046d2 add some keywords 2019-06-17 15:33:27 +02:00
s2
c577446cc5 change git repo url 2019-06-17 15:32:51 +02:00
3 changed files with 6 additions and 5 deletions

2
app/package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "gitlit-app",
"version": "1.0.8",
"version": "1.0.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "gitlit-app",
"version": "1.0.8",
"version": "1.0.9",
"description": "",
"main": "main.js",
"dependencies": {
@@ -25,7 +25,7 @@
},
"repository": {
"type": "git",
"url": "https://git.e.tern.al/s2/gitlit"
"url": "https://github.com/S2-/gitlit"
},
"author": "",
"license": "ISC"

View File

@@ -8,11 +8,12 @@
},
"repository": {
"type": "git",
"url": "ssh://git@git.e.tern.al:22022/s2/gitlit.git"
"url": "https://github.com/S2-/gitlit"
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron-packager": "^12.2.0"
}
},
"keywords": ["git", "lfs", "locking", "git-locks"]
}