From 8626a47e2e1406c610fb3f6613106b62b870089b Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 24 Aug 2017 11:56:11 +0200 Subject: [PATCH] npm package settings --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",