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