Skip to content

Commit

Permalink
Update links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 5, 2016
1 parent 48204f9 commit 7b0f6da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
engines:
eslint:
enabled: true
channel: "eslint-2"
ratings:
paths:
- "**.js"
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## stylint - the stylus linter.

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rossPatton/stylint?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Code Climate](https://codeclimate.com/github/rossPatton/stylint/badges/gpa.svg)](https://codeclimate.com/github/rossPatton/stylint) [![Test Coverage](https://codeclimate.com/github/rossPatton/stylint/badges/coverage.svg)](https://codeclimate.com/github/rossPatton/stylint/coverage) [![Build Status](https://travis-ci.org/rossPatton/stylint.svg?branch=master)](https://travis-ci.org/rossPatton/stylint)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rossPatton/stylint?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Code Climate](https://codeclimate.com/github/SimenB/stylint/badges/gpa.svg)](https://codeclimate.com/github/SimenB/stylint)
[![Test Coverage](https://codeclimate.com/github/SimenB/stylint/badges/coverage.svg)](https://codeclimate.com/github/SimenB/stylint/coverage)
[![Build Status](https://travis-ci.org/SimenB/stylint.svg?branch=master)](https://travis-ci.org/SimenB/stylint)

[![NPM](https://nodei.co/npm/stylint.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/stylint/)

Expand All @@ -10,7 +13,7 @@ As a cli tool: `npm install stylint -g`

[changelog](changelog.md)

[known issues](https://github.com/rossPatton/stylint/issues)
[known issues](https://github.com/SimenB/stylint/issues)

If you have any problems with the linter just create a ticket there and I will respond.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/rossPatton/stylint"
"url": "https://github.com/SimenB/stylint"
},
"bugs": {
"url": "https://github.com/rossPatton/stylint/issues"
"url": "https://github.com/SimenB/stylint/issues"
},
"bin": {
"stylint": "./bin/stylint"
Expand Down

0 comments on commit 7b0f6da

Please sign in to comment.