Skip to content

Commit ce12dfc

Browse files
authored
Add main field to package.json (#74)
1 parent fd8527c commit ce12dfc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "linky",
33
"description": "Easily retrieve your Linky power consumption",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"author": "bokub",
66
"license": "GPL-3.0-or-later",
77
"exports": "./dist/lib/index.js",
8+
"main": "./dist/lib/index.js",
89
"bin": {
910
"linky": "dist/bin/index.cjs"
1011
},

0 commit comments

Comments
 (0)