Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
chore: publish v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Oct 18, 2019
1 parent a94e2fb commit 34f2945
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"version": "0.0.0",
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"version": {
"allowBranch": "master",
Expand Down
2 changes: 1 addition & 1 deletion packages/automatic-releases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automatic-releases",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"description": "Generate automatic releases whenever changes land on master",
"main": "dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/keybase-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keybase-notifications",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"description": "Trigger Keybase chat notifications from GitHub actions",
"config": {
Expand Down Expand Up @@ -30,7 +30,6 @@
"keybase-bot": "^3.0.2",
"querystring": "^0.2.0"
},
"devDependencies": {},
"main": "dist/index.js",
"license": "MIT",
"eslintIgnore": [
Expand Down

0 comments on commit 34f2945

Please sign in to comment.