diff --git a/package.json b/package.json index c24a3fa..f8a1914 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,17 @@ { "name": "@sapphirecode/modelling", - "version": "1.1.11", + "version": "1.1.10", "main": "dist/index.js", - "author": "Timo Hocker ", + "author": { + "name": "Timo Hocker", + "email": "timo@scode.ovh" + }, + "bugs": "https://redmine.scode.ovh/projects/modelling", "license": "MIT", "description": "base classes for controlling data", "repository": { "type": "git", - "url": "git@git.scode.ovh:timo/modelling" + "url": "https://git.scode.ovh:timo/modelling.git" }, "devDependencies": { "@sapphirecode/eslint-config-ts": "^1.1.4", @@ -25,5 +29,9 @@ ], "dependencies": { "@sapphirecode/utilities": "^1.3.2" - } -} \ No newline at end of file + }, + "keywords": [ + "typescript", + "data control" + ] +}