Skip to content

Commit

Permalink
Merge branch 'fix-readme-badges'
Browse files Browse the repository at this point in the history
  • Loading branch information
clayzermk1 committed Nov 3, 2017
2 parents 5b2f72e + 360f2c2 commit a82ae00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.3
- Fixed readme badge URLs (#7).

# 0.2.2 (successor to 0.2.0)
- Fixed object name parsing (#6).
- Updated repo URLs to new repo.
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# node-marshal

[![Build Status](https://travis-ci.org/instore/node-marshal.svg)](https://travis-ci.org/instore/node-marshal)
[![Code Climate](https://codeclimate.com/github/instore/node-marshal/badges/gpa.svg)](https://codeclimate.com/github/instore/node-marshal)
[![Test Coverage](https://codeclimate.com/github/instore/node-marshal/badges/coverage.svg)](https://codeclimate.com/github/instore/node-marshal/coverage)
[![Build Status](https://travis-ci.org/clayzermk1/node-marshal.svg)](https://travis-ci.org/clayzermk1/node-marshal)
[![Maintainability](https://api.codeclimate.com/v1/badges/aad4435e0049564ad670/maintainability)](https://codeclimate.com/github/clayzermk1/node-marshal/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/aad4435e0049564ad670/test_coverage)](https://codeclimate.com/github/clayzermk1/node-marshal/test_coverage)

Parse Ruby's Marshal strings into JavaScript objects/JSON.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marshal",
"version": "0.2.2",
"version": "0.2.3",
"description": "Parse Ruby's Marshal strings into JavaScript objects/JSON.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a82ae00

Please sign in to comment.