File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
## Checklist
2
2
3
3
- [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
8
8
- [ ] Work on docs
9
9
- [ ] JSDoc
10
- - [ ] Package README
10
+ - [x ] Package README
11
11
- [ ] Format/lint (` pnpm lint:fix ` )
12
- - [ ] Setup GitHub repository
12
+ - [x ] Setup GitHub repository
13
13
- [ ] Release (see below)
14
14
- [ ] Share!
15
15
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { createResolver } from "astro-integration-kit";
3
3
import { hmrIntegration } from "astro-integration-kit/dev" ;
4
4
import { defineConfig } from "astro/config" ;
5
5
6
- import astroFoucKiller from "../package/dist/index.js " ;
6
+ import astroFoucKiller from "astro-fouc-killer " ;
7
7
8
8
// https://astro.build/config
9
9
export default defineConfig ( {
You can’t perform that action at this time.
0 commit comments