Skip to content

Commit

Permalink
fix(README): update badge url
Browse files Browse the repository at this point in the history
  • Loading branch information
samtes committed Jun 19, 2017
1 parent bc85529 commit 83123c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/samtes/promize.svg?branch=master)](https://travis-ci.org/samtes/promiss)
[![Build Status](https://travis-ci.org/samtes/promiss.svg?branch=master)](https://travis-ci.org/samtes/promiss)
# Promiss
This is a promises sequence runner. It will e used to run multiple promise
based functions in sequence.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"scripts": {
"coverage": "nyc npm run test",
"lint": "semistandard --verbose | snazzy",
"publish": "git push --follow-tags origin master; npm publish",
"release": "standard-version",
"test": "npm run lint && ava --verbose",
"test:watch": "ava --verbose --watch"
Expand Down

0 comments on commit 83123c1

Please sign in to comment.