packages-types v1.0.2

This commit is contained in:
Jan Prochazka
2020-11-30 20:03:04 +01:00
parent 9aced8f01f
commit 3e57aab717

View File

@@ -1,20 +1,17 @@
{ {
"version": "1.0.1", "version": "1.0.2",
"name": "dbgate-types", "name": "dbgate-types",
"homepage": "https://dbgate.org/", "homepage": "https://dbgate.org/",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/dbshell/dbgate.git" "url": "https://github.com/dbshell/dbgate.git"
}, },
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur", "funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
"author": "Jan Prochazka", "author": "Jan Prochazka",
"license": "GPL", "license": "GPL",
"keywords": [ "keywords": [
"dbgate" "dbgate"
], ],
"types": "index.d.ts", "types": "index.d.ts",
"main": "", "main": "",
"typeScriptVersion": "2.8" "typeScriptVersion": "2.8"