Skip to content

Commit

Permalink
update github references
Browse files Browse the repository at this point in the history
  • Loading branch information
Flet committed Jul 12, 2019
1 parent ab95e86 commit 9abffe1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# eslint-config-semistandard change log

All notable changes to this project will be documented in the
[`semistandard` CHANGELOG](https://github.com/flet/semistandard/blob/master/CHANGELOG.md).
[`semistandard` CHANGELOG](https://github.com/standard/semistandard/blob/master/CHANGELOG.md).

This project's
[commit log](https://github.com/flet/eslint-config-standard/commits/master) is
[commit log](https://github.com/standard/eslint-config-standard/commits/master) is
also quite readable.

This project adheres to [Semantic Versioning](http://semver.org/).
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ This repository uses [`standard`][standard-url] to maintain code style and consi

[standard-image]: https://cdn.rawgit.com/feross/standard/master/badge.svg
[standard-url]: https://github.com/feross/standard
[semistandard-image]: https://cdn.rawgit.com/flet/semistandard/master/badge.svg
[semistandard-url]: https://github.com/Flet/semistandard
[semistandard-image]: https://cdn.rawgit.com/standard/semistandard/master/badge.svg
[semistandard-url]: https://github.com/standard/semistandard

---

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015, Dan Flettre <fletd01@yahoo.com>
Copyright (c) 2015, Dan Flettre <flettre@gmail.com>

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "13.0.0",
"author": "Dan Flettre <[email protected]>",
"bugs": {
"url": "https://github.com/Flet/eslint-config-semistandard/issues"
"url": "https://github.com/standard/eslint-config-semistandard/issues"
},
"devDependencies": {
"eslint": "^6.0.1",
Expand All @@ -17,7 +17,7 @@
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
},
"homepage": "https://github.com/Flet/eslint-config-semistandard",
"homepage": "https://github.com/standard/eslint-config-semistandard",
"keywords": [
"semistandard",
"style checker",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Flet/eslint-config-semistandard.git"
"url": "https://github.com/standard/eslint-config-semistandard.git"
},
"scripts": {
"test": "standard && tape test/*.js | tap-spec"
Expand Down

0 comments on commit 9abffe1

Please sign in to comment.