From dc2e39dcd7e8f0491b7d395751635084ee6b241f Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sat, 11 Oct 2014 00:41:11 +0200 Subject: [PATCH] Added `private` to bower and npm --- src/bower.json | 1 + src/package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bower.json b/src/bower.json index eb95698..e26d495 100644 --- a/src/bower.json +++ b/src/bower.json @@ -1,5 +1,6 @@ { "name": "Lychee", + "private": true, "dependencies": { "jQuery": "~2.1.1", "js-md5": "~1.1.0", diff --git a/src/package.json b/src/package.json index fcc788c..b0b0b83 100644 --- a/src/package.json +++ b/src/package.json @@ -4,6 +4,7 @@ "description": "Self-hosted photo-management done right.", "authors": "Tobias Reich ", "license": "MIT", + "private": true, "repository": { "type": "git", "url": "https://github.com/electerious/Lychee.git" @@ -14,7 +15,7 @@ "gulp-concat": "^2.4.1", "gulp-load-plugins": "^0.7.0", "gulp-minify-css": "^0.3.10", - "gulp-sass": "^1.0.0", + "gulp-sass": "^1.1.0", "gulp-uglify": "^1.0.1" } }