Skip to content

Commit

Permalink
Removes private property of package @petitatelier/three-app (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
olange committed Feb 20, 2019
1 parent 4ce52f9 commit 34ddbf9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/three-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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
}
}

0 comments on commit 34ddbf9

Please sign in to comment.