Skip to content

Commit b8ac3ba

Browse files
committed
package.json: fix wrong main field
1 parent eb9217a commit b8ac3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@electron-elements/utils",
33
"version": "1.0.0",
44
"description": "Utilities for building electron elements.",
5-
"main": "src/index.js",
5+
"main": "lib/index.js",
66
"scripts": {
77
"lint": "eslint . --cache",
88
"lint-fix": "eslint . --cache --fix",

0 commit comments

Comments
 (0)