Skip to content

Commit

Permalink
v0.0.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liamross committed Jun 13, 2018
1 parent a2ad094 commit 81d593e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"lerna": "2.11.0",
"packages": ["packages/*"],
"version": "0.0.0",
"packages": [
"packages/*"
],
"version": "0.0.1-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/psiagram-plugin-mouse-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mouse",
"event"
],
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"author": "Liam Ross <liamross.code@gmail.com>",
Expand All @@ -20,6 +20,6 @@
"lint": "tslint -p . -t verbose"
},
"dependencies": {
"psiagram": "^0.0.0"
"psiagram": "^0.0.1-alpha.0"
}
}
2 changes: 1 addition & 1 deletion packages/psiagram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"psiagram",
"visualization"
],
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"author": "Liam Ross <liamross.code@gmail.com>",
Expand Down

0 comments on commit 81d593e

Please sign in to comment.