Skip to content

Commit 71fb206

Browse files
chore: move to nuxt-modules (#82)
1 parent c3ca206 commit 71fb206

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Nuxt Community
3+
Copyright (c) Nuxt Modules
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
---
1414

1515
**Note:** This branch is for **Nuxt 3** or **Nuxt Bridge** compatible module.
16-
Checkout the [`nuxt2` branch](https://github.com/nuxt-community/stylelint-module/tree/nuxt2) for **Nuxt 2** support.
16+
Checkout the [`nuxt2` branch](https://github.com/nuxt-modules/stylelint/tree/nuxt2) for **Nuxt 2** support.
1717

1818
---
1919

@@ -167,7 +167,7 @@ Will cause the module build to fail if there are any errors, based on `emitError
167167

168168
You can contribute to this module online with CodeSandBox:
169169

170-
[![Edit @nuxtjs/robots](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/nuxt-community/stylelint-module/?fontsize=14&hidenavigation=1&theme=dark)
170+
[![Edit @nuxtjs/robots](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/nuxt-modules/stylelint/?fontsize=14&hidenavigation=1&theme=dark)
171171

172172
Or locally:
173173

@@ -181,7 +181,7 @@ Or locally:
181181

182182
[MIT License](./LICENSE)
183183

184-
Copyright (c) Nuxt Community
184+
Copyright (c) Nuxt Modules
185185

186186
<!-- Badges -->
187187
[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/stylelint-module/latest.svg
@@ -190,11 +190,11 @@ Copyright (c) Nuxt Community
190190
[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxtjs/stylelint-module.svg
191191
[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/stylelint-module
192192

193-
[github-actions-ci-src]: https://github.com/nuxt-community/stylelint-module/workflows/ci/badge.svg
194-
[github-actions-ci-href]: https://github.com/nuxt-community/stylelint-module/actions?query=workflow%3Aci
193+
[github-actions-ci-src]: https://github.com/nuxt-modules/stylelint/workflows/ci/badge.svg
194+
[github-actions-ci-href]: https://github.com/nuxt-modules/stylelint/actions?query=workflow%3Aci
195195

196-
[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/stylelint-module.svg
197-
[codecov-href]: https://codecov.io/gh/nuxt-community/stylelint-module
196+
[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-modules/stylelint.svg
197+
[codecov-href]: https://codecov.io/gh/nuxt-modules/stylelint
198198

199199
[license-src]: https://img.shields.io/npm/l/@nuxtjs/stylelint-module.svg
200200
[license-href]: https://npmjs.com/package/@nuxtjs/stylelint-module

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxtjs/stylelint-module",
33
"version": "5.0.1",
44
"description": "Stylelint module for Nuxt.js",
5-
"repository": "nuxt-community/stylelint-module",
5+
"repository": "nuxt-modules/stylelint",
66
"license": "MIT",
77
"contributors": [
88
"Ricardo Gobbo de Souza <ricardogobbosouza@yahoo.com.br>"

0 commit comments

Comments
 (0)