Skip to content

Commit cbe0ba4

Browse files
committed
chore: Prepare for initial release
1 parent 7777dfd commit cbe0ba4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A module to provide upstream dependency checks for service health endpoints
44

5+
[![Build Status](https://travis-ci.org/frontseed/roll-call.svg?branch=master)](https://travis-ci.org/frontseed/roll-call)
6+
57
## Requirements
68

79
This module is written with standards ES2015 and up and does not use any transpilers.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontseed/roll-call",
3-
"version": "0.0.0-development",
3+
"version": "0.0.0",
44
"description": "Service dependency checks for a JSON health endpoint",
55
"main": "lib/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)