From 34ddbf944860389aba0e116d26d1220ed1b0eff3 Mon Sep 17 00:00:00 2001 From: Olivier Lange Date: Wed, 20 Feb 2019 21:18:04 +0100 Subject: [PATCH] Removes private property of package @petitatelier/three-app (#1) --- packages/three-app/package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/three-app/package.json b/packages/three-app/package.json index fb0d2fd..a50321f 100644 --- a/packages/three-app/package.json +++ b/packages/three-app/package.json @@ -1,7 +1,7 @@ { "name": "@petitatelier/three-app", "version": "0.1.0", - "description": "Three app container, that provides animation timing and registry of renderers and scenes", + "description": "Three app container, that provides animation timing and registry of scenes and cameras", "author": "Olivier Lange", "license": "BSD-3-Clause", "main": "three-app.js", @@ -20,8 +20,11 @@ "type": "git", "url": "git+https://github.com/olange/three-web-components.git" }, + "bugs": { + "url": "https://github.com/olange/three-web-components/issues" + }, + "homepage": "https://github.com/olange/three-web-components/tree/master/packages/three-app#readme", "publishConfig": { "access": "public" - }, - "private": true + } }