Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vidaaudrey committed Dec 14, 2018
1 parent 2d141c0 commit 530a08e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"devDependencies": {
"lerna": "^3.4.3"
},
"version": "0.0.3",
"version": "0.0.4",
"npmClient": "npm"
}
2 changes: 1 addition & 1 deletion packages/regl-worldview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regl-worldview",
"version": "0.0.3",
"version": "0.0.4",
"description": "A reusable component for rendering 2D and 3D views using regl",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 530a08e

Please sign in to comment.