diff --git a/README.md b/README.md index 077ed37..a4f2e55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Responsive Grid [![Build Status](https://travis-ci.org/clocklimited/responsive-grid.svg?branch=master)](https://travis-ci.org/clocklimited/responsive-grid) +# Responsive Grid [![Build Status](https://travis-ci.org/clocklimited/responsive-grid.svg?branch=master)](https://travis-ci.org/clocklimited/responsive-grid) [![Greenkeeper badge](https://badges.greenkeeper.io/clocklimited/responsive-grid.svg)](https://greenkeeper.io/) A Stylus Plugin that provides a simple grid system. It's fully responsive, with modifiers available that provide full browser support. diff --git a/package.json b/package.json index d893985..2d8696b 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "test": "node test/test-runner.js" }, "devDependencies": { - "stylus-test-runner": "~0.1.0" + "stylus-test-runner": "~0.2.0" } }