Update seti for the gitcommit language (#153711)

This commit is contained in:
Martin Aeschlimann 2022-06-29 21:40:21 +02:00 committed by GitHub
parent 0d3e7e6d9a
commit 257bb1ae83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"git": {
"name": "seti-ui",
"repositoryUrl": "https://github.com/jesseweed/seti-ui",
"commitHash": "6b83574de165123583d6d8d5b3b6c91f04b7153d"
"commitHash": "4dd6c27e1f5aed8068c2451dbaf0db3364545937"
}
},
"version": "0.1.0"

View file

@ -1881,6 +1881,7 @@
"dockerfile": "_docker",
"ignore": "_git",
"fsharp": "_f-sharp",
"git-commit": "_git",
"go": "_go2",
"groovy": "_grails",
"handlebars": "_mustache",
@ -2197,6 +2198,7 @@
"dockerfile": "_docker_light",
"ignore": "_git_light",
"fsharp": "_f-sharp_light",
"git-commit": "_git_light",
"go": "_go2_light",
"groovy": "_grails_light",
"handlebars": "_mustache_light",
@ -2338,5 +2340,5 @@
"npm-debug.log": "_npm_ignored_light"
}
},
"version": "https://github.com/jesseweed/seti-ui/commit/6b83574de165123583d6d8d5b3b6c91f04b7153d"
"version": "https://github.com/jesseweed/seti-ui/commit/4dd6c27e1f5aed8068c2451dbaf0db3364545937"
}