Skip to content

Commit

Permalink
update badge urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcclanahan committed Jul 17, 2016
1 parent f0758e6 commit ace4d28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# Epok
[![Build Status](https://travis-ci.org/jmcclanahan/Epok.svg?branch=master)](https://travis-ci.org/jmcclanahan/Epok)
[![Coverage Status](https://coveralls.io/repos/github/jmcclanahan/Epok/badge.svg?branch=master)](https://coveralls.io/github/jmcclanahan/Epok?branch=master)
# epok
[![Build Status](https://travis-ci.org/jmcclanahan/Epok.svg?branch=master)](https://travis-ci.org/jmcclanahan/epok)
[![Coverage Status](https://coveralls.io/repos/github/jmcclanahan/Epok/badge.svg?branch=master)](https://coveralls.io/github/jmcclanahan/epok?branch=master)
* Epok extends Date() functionality with easy to use functions and Chai-like syntax
* No external dependencies
* Since this is just a wrapper around Date(), all leap year calculations are taken care of for you
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "epok",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple Javascript Date() extension for easier manipulation of dates",
"repository": {
"type": "git",
Expand Down

0 comments on commit ace4d28

Please sign in to comment.