Skip to content

Commit 4692820

Browse files
committed
Edit package.json
1 parent af1a5f9 commit 4692820

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

xmdx/demo/cake.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,11 @@ and here is the next step
530530
<Video src="017.webm" start={0} end={41.53} />
531531
<Browser url="https://codehike.org" zoom={0.4} />
532532
<Editor
533-
code="cake.mdx"
534-
focus="23:30"
535-
lang="md"
536-
tab="demo/cake.mdx"
537-
tabs={["demo/cake.mdx", "pages/index.js"]}
533+
code="package.json.copy"
534+
focus="2:16"
535+
lang="json"
536+
tab="package.json"
537+
tabs={["package.json"]}
538538
/>
539539

540540
```srt

xmdx/package.json.copy renamed to xmdx/demo/package.json.copy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
"name": "Rodrigo Pombo",
66
"url": "https://twitter.com/pomber"
77
},
8-
"homepage": "https://mdxconf.pomb.us",
9-
"repository": "https://github.com/pomber/mdxconf-2020",
8+
"homepage": "https://mdxconf2020.pomb.us",
9+
"repository": "https://github.com/pomber/the-x-in-mdx",
1010
"dependencies": {
1111
"@code-hike/mini-browser": "0.0.1",
1212
"@code-hike/mini-editor": "0.0.1",
1313
"@code-hike/mini-terminal": "0.0.1",
1414
"@code-hike/player": "0.0.1",
1515
"@code-hike/scroller": "0.0.1",
16+
"@code-hike/sim-user": "0.0.1",
1617
"@mdx-js/loader": "^1.6.11",
1718
"@next/mdx": "^9.4.4",
1819
"next": "^9.4.4",

xmdx/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "xmdx",
3-
"version": "0.0.1",
2+
"name": "The X in MDX",
3+
"version": "2020",
44
"author": {
55
"name": "Rodrigo Pombo",
66
"url": "https://twitter.com/pomber"
77
},
8-
"homepage": "https://mdxconf.pomb.us",
9-
"repository": "https://github.com/pomber/mdxconf-2020",
8+
"homepage": "https://mdxconf2020.pomb.us",
9+
"repository": "https://github.com/pomber/the-x-in-mdx",
1010
"dependencies": {
1111
"@code-hike/mini-browser": "0.0.1",
1212
"@code-hike/mini-editor": "0.0.1",

0 commit comments

Comments
 (0)