Skip to content

Commit 6927885

Browse files
committed
chore: Update package import in playground to linked astro-fouc-killer package
Also updates DELETE_ME.md
1 parent 23e5d73 commit 6927885

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

DELETE_ME.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## Checklist
22

33
- [x] Update all `TODO:`
4-
- [ ] Update all `package-name` occurences
5-
- [ ] Add a LICENSE.md at the root
6-
- [ ] Have gh cli installed
7-
- [ ] Work on the integration logic
4+
- [x] Update all `package-name` occurences
5+
- [x] Add a LICENSE.md at the root
6+
- [x] Have gh cli installed
7+
- [x] Work on the integration logic
88
- [ ] Work on docs
99
- [ ] JSDoc
10-
- [ ] Package README
10+
- [x] Package README
1111
- [ ] Format/lint (`pnpm lint:fix`)
12-
- [ ] Setup GitHub repository
12+
- [x] Setup GitHub repository
1313
- [ ] Release (see below)
1414
- [ ] Share!
1515

playground/astro.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createResolver } from "astro-integration-kit";
33
import { hmrIntegration } from "astro-integration-kit/dev";
44
import { defineConfig } from "astro/config";
55

6-
import astroFoucKiller from "../package/dist/index.js";
6+
import astroFoucKiller from "astro-fouc-killer";
77

88
// https://astro.build/config
99
export default defineConfig({

0 commit comments

Comments
 (0)