diff --git a/package.json b/package.json index 0dfd3b3..e2f1773 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "basispanel-ui", + "repository": "ssh://git@git.basehosts.de:22234/panel/basispanel-ui.git", "version": "0.1.0", "description": "JS UI for Basispanel Server Management", "main": "index.js", @@ -9,7 +10,8 @@ "build": "WEBPACK_ENV=production webpack --colors" }, "author": "Sebastian Frank", - "license": "ISC", + "license": "UNLICENSED", + "private": true, "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^7.2.3",