Skip to content

Commit

Permalink
new tagline 🦄
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 24, 2015
1 parent 4a0aa8c commit 2e45aa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ava",
"version": "0.2.0",
"description": "Simple concurrent test runner",
"description": "Futuristic test runner",
"license": "MIT",
"repository": "sindresorhus/ava",
"homepage": "http://ava.li",
Expand Down Expand Up @@ -56,7 +56,8 @@
"jasmine",
"tdd",
"assert",
"assertion"
"assertion",
"futuristic"
],
"dependencies": {
"arr-flatten": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![AVA](media/header.png)

> Simple concurrent test runner
> Futuristic test runner
[![Build Status](https://travis-ci.org/sindresorhus/ava.svg?branch=master)](https://travis-ci.org/sindresorhus/ava) [![Coverage Status](https://coveralls.io/repos/sindresorhus/ava/badge.svg?branch=master&service=github)](https://coveralls.io/github/sindresorhus/ava?branch=master)

Expand Down

0 comments on commit 2e45aa7

Please sign in to comment.