Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
niktekusho committed Jul 10, 2017
1 parent 919282c commit af077bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/travis-builds-reporter-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "travis-builds-reporter-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "CLI client of the travis-builds-reporter project",
"main": "src/index.js",
"directories": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"axios": "^0.16.2",
"commander": "^2.11.0",
"prompt": "^1.0.0",
"travis-builds-reporter-core": "^0.0.3"
"travis-builds-reporter-core": "^0.0.4"
},
"devDependencies": {
"eslint": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/travis-builds-reporter-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "travis-builds-reporter-core",
"version": "0.0.3",
"version": "0.0.4",
"description": "Core scripts of the travis-builds-reporter project",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit af077bd

Please sign in to comment.