Skip to content

Commit

Permalink
fixes syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Jan 18, 2019
1 parent 1224a18 commit 0ee00d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinbase-pro-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "lightweight coinbase pro api implementation",
"main": "index.js",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coinbase-pro-api
Lightweight [Coinbase Pro API](https://docs.pro.coinbase.com/#api) implementation.

[![travis](https://img.shields.io/travis/ivoputzer/coinbase-pro-api.svg?style=for-the-badge)](https://travis-ci.org/ivoputzer/coinbase-pro-api)
[![dependencies](https://img.shields.io/badge/dependencies-none-blue.svg?style=for-the-badge&colorB=44CC11)](package.json)
[![dependencies](https://img.shields.io/badge/dependencies-none-blue.svg?style=for-the-badge&colorB=44CC11)](https://www.npmjs.com/package/coinbase-pro-api?activeTab=dependencies)
[![coverage status](https://img.shields.io/coveralls/ivoputzer/coinbase-pro-api.svg?style=for-the-badge)](https://coveralls.io/github/ivoputzer/coinbase-pro-api?branch=master)
[![linter](https://img.shields.io/badge/coding%20style-standard-brightgreen.svg?style=for-the-badge)](http://standardjs.com/)

Expand Down

0 comments on commit 0ee00d4

Please sign in to comment.