Added private
to bower and npm
This commit is contained in:
parent
85e46bc156
commit
dc2e39dcd7
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Lychee",
|
"name": "Lychee",
|
||||||
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jQuery": "~2.1.1",
|
"jQuery": "~2.1.1",
|
||||||
"js-md5": "~1.1.0",
|
"js-md5": "~1.1.0",
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"description": "Self-hosted photo-management done right.",
|
"description": "Self-hosted photo-management done right.",
|
||||||
"authors": "Tobias Reich <tobias.reich.ich@gmail.com>",
|
"authors": "Tobias Reich <tobias.reich.ich@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/electerious/Lychee.git"
|
"url": "https://github.com/electerious/Lychee.git"
|
||||||
@ -14,7 +15,7 @@
|
|||||||
"gulp-concat": "^2.4.1",
|
"gulp-concat": "^2.4.1",
|
||||||
"gulp-load-plugins": "^0.7.0",
|
"gulp-load-plugins": "^0.7.0",
|
||||||
"gulp-minify-css": "^0.3.10",
|
"gulp-minify-css": "^0.3.10",
|
||||||
"gulp-sass": "^1.0.0",
|
"gulp-sass": "^1.1.0",
|
||||||
"gulp-uglify": "^1.0.1"
|
"gulp-uglify": "^1.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user