We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b20ad9 commit 4ac5a6dCopy full SHA for 4ac5a6d
package.json
@@ -1,6 +1,9 @@
1
{
2
"name": "root",
3
"private": true,
4
+ "repository": {
5
+ "url": "https://github.com/BearStudio/typed-mdx"
6
+ },
7
"scripts": {
8
"build": "turbo build",
9
"dev": "turbo dev",
@@ -20,5 +23,17 @@
20
23
},
21
24
"dependencies": {
22
25
"@changesets/cli": "2.27.1"
- }
26
27
+ "author": {
28
+ "name": "Yoann Fleury",
29
+ "email": "yoann.fleury@yahoo.com",
30
+ "url": "https://yoannfleury.dev"
31
32
+ "contributors": [
33
+ {
34
+ "name": "Ivan Dalmet",
35
+ "email": "ivan@dalmet.fr",
36
+ "url": "https://github.com/ivan-dalmet"
37
+ }
38
+ ]
39
}
0 commit comments