Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Sep 16, 2021
1 parent f128919 commit 2b60543
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/is-even/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@trivikr-org/is-even",
"version": "0.0.0",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@trivikr-org/is-odd": "*"
"@trivikr-org/is-odd": "0.0.2"
},
"keywords": [],
"author": "Kamat, Trivikram",
Expand Down
2 changes: 1 addition & 1 deletion packages/is-odd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trivikr-org/is-odd",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2b60543

Please sign in to comment.