fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2020-07-19 14:03:57 +02:00
parent dfe3224dec
commit f057f2caa6

View File

@ -1,12 +1,16 @@
{
"name": "@sapphirecode/graphviz-builder",
"main": "dist/lib/index.js",
"version": "1.3.1",
"author": "Timo Hocker <timo@scode.ovh>",
"version": "1.3.0",
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/graphviz-builder",
"description": "constructing graphviz files using an easy typescript interface",
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/graphviz-builder"
"url": "https://git.scode.ovh:timo/graphviz-builder.git"
},
"license": "MIT",
"devDependencies": {
@ -28,5 +32,9 @@
],
"dependencies": {
"@sapphirecode/encoding-helper": "^1.0.38"
}
},
"keywords": [
"graphviz",
"generator"
]
}