Skip to content

Commit

Permalink
Merge pull request #308 from code-hike/workspace-nohoist
Browse files Browse the repository at this point in the history
Use @code-hike/lighter
  • Loading branch information
pomber authored Jan 15, 2023
2 parents b6cfd2b + 6cc554b commit 9355b47
Show file tree
Hide file tree
Showing 119 changed files with 3,781 additions and 4,985 deletions.
6 changes: 2 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: yarn install && yarn run build
command: yarn run dev


- init: yarn install
command: yarn run build
20 changes: 0 additions & 20 deletions examples/astro/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions examples/astro/.npmrc

This file was deleted.

49 changes: 0 additions & 49 deletions examples/astro/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions examples/astro/astro.config.mjs

This file was deleted.

21 changes: 0 additions & 21 deletions examples/astro/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions examples/astro/public/favicon.svg

This file was deleted.

76 changes: 0 additions & 76 deletions examples/astro/src/components/Card.astro

This file was deleted.

1 change: 0 additions & 1 deletion examples/astro/src/env.d.ts

This file was deleted.

60 changes: 0 additions & 60 deletions examples/astro/src/layouts/Layout.astro

This file was deleted.

81 changes: 0 additions & 81 deletions examples/astro/src/pages/index.astro

This file was deleted.

3 changes: 0 additions & 3 deletions examples/astro/tsconfig.json

This file was deleted.

6 changes: 3 additions & 3 deletions examples/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Code Hike in the browser</title>
<link
rel="stylesheet"
href="https://esm.sh/@code-hike/mdx@0.5.2-next.2/dist/index.css"
href="https://esm.sh/@code-hike/mdx@0.8.0--canary.308.cf940c7.0/dist/index.css"
/>
</head>
<body>
Expand All @@ -16,9 +16,9 @@
import { evaluate } from "https://esm.sh/@mdx-js/mdx?bundle"
import * as runtime from "https://esm.sh/react/jsx-runtime.js"

import { remarkCodeHike } from "https://esm.sh/@code-hike/[email protected]/dist/index.browser.mjs?bundle"
import { CH } from "https://esm.sh/@code-hike/[email protected]/components"
import theme from "https://esm.sh/[email protected]/themes/dracula.json" assert { type: "json" }
import { remarkCodeHike } from "https://esm.sh/@code-hike/[email protected]/dist/index.browser.mjs"
import { CH } from "https://esm.sh/@code-hike/[email protected]/components"

const mdx = `# Test
Expand Down
4 changes: 4 additions & 0 deletions examples/bundle-test/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
node_modules
.next


# Contentlayer
.contentlayer
Loading

0 comments on commit 9355b47

Please sign in to comment.