Skip to content

Commit

Permalink
Resets version to 0.0.0 (in order to republish 0.1.0) (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
olange committed Feb 20, 2019
1 parent 34ddbf9 commit 7657cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "0.0.0",
"packages": [
"packages/*"
],
Expand All @@ -8,6 +9,5 @@
"--no-package-lock"
]
}
},
"version": "0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/three-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@petitatelier/three-app",
"version": "0.1.0",
"version": "0.0.0",
"description": "Three app container, that provides animation timing and registry of scenes and cameras",
"author": "Olivier Lange",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 7657cfa

Please sign in to comment.