Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 54a87cd

Browse files
committed
Update references to csstools
1 parent 51ddacb commit 54a87cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ the `dir` option will be ignored.
184184

185185
[css-img]: https://cssdb.org/badge/logical-properties-and-values.svg
186186
[css-url]: https://cssdb.org/#logical-properties-and-values
187-
[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-logical.svg
188-
[cli-url]: https://travis-ci.org/jonathantneal/postcss-logical
187+
[cli-img]: https://img.shields.io/travis/csstools/postcss-logical.svg
188+
[cli-url]: https://travis-ci.org/csstools/postcss-logical
189189
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
190190
[git-url]: https://gitter.im/postcss/postcss
191191
[npm-img]: https://img.shields.io/npm/v/postcss-logical.svg
@@ -196,4 +196,4 @@ the `dir` option will be ignored.
196196
[Grunt PostCSS]: https://github.com/nDmitry/grunt-postcss
197197
[PostCSS]: https://github.com/postcss/postcss
198198
[PostCSS Loader]: https://github.com/postcss/postcss-loader
199-
[PostCSS Logical Properties and Values]: https://github.com/jonathantneal/postcss-logical
199+
[PostCSS Logical Properties and Values]: https://github.com/csstools/postcss-logical

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Use logical properties and values in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
7-
"repository": "jonathantneal/postcss-logical",
8-
"homepage": "https://github.com/jonathantneal/postcss-logical#readme",
9-
"bugs": "https://github.com/jonathantneal/postcss-logical/issues",
7+
"repository": "csstools/postcss-logical",
8+
"homepage": "https://github.com/csstools/postcss-logical#readme",
9+
"bugs": "https://github.com/csstools/postcss-logical/issues",
1010
"main": "index.cjs.js",
1111
"module": "index.esm.mjs",
1212
"files": [

0 commit comments

Comments
 (0)