Skip to content

Commit eccefe1

Browse files
committed
Update links
1 parent 4c26708 commit eccefe1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ sheetify(path.join(__dirname, 'index.css'), opts)
2323
```
2424

2525
## See Also
26-
- [cssnext][12]
26+
- [postcss-cssnext][12]
2727
- [sheetify][13]
2828

2929
## License
3030
[MIT](https://tldrlegal.com/license/mit-license)
3131

3232
[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
3333
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
34-
[4]: https://img.shields.io/travis/sheetify/sheetify-cssnext/master.svg?style=flat-square
35-
[5]: https://travis-ci.org/sheetify/sheetify-cssnext
36-
[6]: https://img.shields.io/codecov/c/github/sheetify/sheetify-cssnext/master.svg?style=flat-square
37-
[7]: https://codecov.io/github/sheetify/sheetify-cssnext
34+
[4]: https://img.shields.io/travis/stackcss/sheetify-cssnext/master.svg?style=flat-square
35+
[5]: https://travis-ci.org/stackcss/sheetify-cssnext
36+
[6]: https://img.shields.io/codecov/c/github/stackcss/sheetify-cssnext/master.svg?style=flat-square
37+
[7]: https://codecov.io/github/stackcss/sheetify-cssnext
3838
[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
3939
[11]: https://github.com/feross/standard
40-
[12]: https://github.com/cssnext/cssnext
41-
[13]: https://github.com/sheetify/sheetify
40+
[12]: https://github.com/MoOx/postcss-cssnext
41+
[13]: https://github.com/stackcss/sheetify

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "standard && npm run deps && NODE_ENV=test node test",
99
"test:cov": "standard && npm run deps && NODE_ENV=test istanbul cover test.js"
1010
},
11-
"repository": "sheetify/sheetify-cssnext",
11+
"repository": "stackcss/sheetify-cssnext",
1212
"keywords": [
1313
"sheetify",
1414
"cssnext",

0 commit comments

Comments
 (0)