yak-swc 6.1.0-next.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -31,9 +31,9 @@ For details please refer to the [next-yak documentation](https://yak.js.org/).
|
|
|
31
31
|
|
|
32
32
|
Contributions are welcome!
|
|
33
33
|
|
|
34
|
-
The [contributing guide](https://github.com/
|
|
34
|
+
The [contributing guide](https://github.com/DigitecGalaxus/next-yak/blob/main/contributing-guide.md) helps you get started with setting up the development environment and explains the development workflow.
|
|
35
35
|
|
|
36
|
-
If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on the [next-yak GitHub repository](https://github.com/
|
|
36
|
+
If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on the [next-yak GitHub repository](https://github.com/DigitecGalaxus/next-yak).
|
|
37
37
|
|
|
38
38
|
## License
|
|
39
39
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yak-swc",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "next-yak rust based swc plugin to compile styled components at build time",
|
|
5
5
|
"homepage": "https://yak.js.org/",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/DigitecGalaxus/next-yak.git"
|
|
9
9
|
},
|
|
10
10
|
"bugs": {
|
|
11
|
-
"url": "https://github.com/
|
|
11
|
+
"url": "https://github.com/DigitecGalaxus/next-yak/issues"
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"keywords": [
|
|
Binary file
|