Skip to content

Commit f611f9b

Browse files
fix entrypoint
1 parent 41a1847 commit f611f9b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ npm install @bufferhead/nightowl
4545

4646
```
4747
<script type="module">
48-
import {createNightowl} from '@bufferhead/nighowl'
48+
import {createNightowl} from '@bufferhead/nightowl'
4949
5050
createNightowl({
5151
defaultMode: 'dark',

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@bufferhead/nightowl",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"type": "module",
55
"license": "MIT",
6+
"main": "dist/nightowl.js",
67
"scripts": {
78
"dev": "vite",
89
"build": "tsc && vite build",

0 commit comments

Comments
 (0)