We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a1847 commit f611f9bCopy full SHA for f611f9b
2 files changed
README.md
@@ -45,7 +45,7 @@ npm install @bufferhead/nightowl
45
46
```
47
<script type="module">
48
- import {createNightowl} from '@bufferhead/nighowl'
+ import {createNightowl} from '@bufferhead/nightowl'
49
50
createNightowl({
51
defaultMode: 'dark',
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "@bufferhead/nightowl",
3
- "version": "0.0.13",
+ "version": "0.0.14",
4
"type": "module",
5
"license": "MIT",
6
+ "main": "dist/nightowl.js",
7
"scripts": {
8
"dev": "vite",
9
"build": "tsc && vite build",
0 commit comments