Skip to content

Commit e6578cf

Browse files
authored
Update getting-started.mdx
Fixed lint error
1 parent 69a6619 commit e6578cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/guides/getting-started.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ document.body.appendChild(component());
9999
```
100100

101101
We also need to adjust our `package.json` file with the following changes:
102+
102103
- Mark out package as `private` and remove the `main` entry. This is to prevent an accidental publish of your code.
103104
- Remove the `type` entry. The latest version of npm sets this by default to commonjs. This will throw error when we use `import` in js files.
104105

0 commit comments

Comments
 (0)