From f2abbfe87ebf2b29403b9eda12f158908aa691b6 Mon Sep 17 00:00:00 2001 From: Franz Nieschalk Date: Mon, 20 Feb 2017 13:16:36 +0100 Subject: [PATCH] [Project] Could not register project in bower with "private: true", trying again as public. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index dc6431f..4f68f48 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "localization" ], "main": "strolch-localize-behavior.html", - "private": true, + "private": false, "repository": { "type": "git", "url": "git@bitbucket.org:ontos4trees/strolch-localize-behavior.git"