Skip to content

Commit f896eac

Browse files
committed
fix(release): fix package.main pointing at the wrong file
1 parent 2215862 commit f896eac

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
@@ -4,7 +4,7 @@
44
"description": "Shareable ESLint config, based on airbnb/javascript, bundled as a plugin",
55
"license": "MIT",
66
"author": "Thibaud Colas",
7-
"main": "./src/config.js",
7+
"main": "./src/index.js",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/thibaudcolas/eslint-plugin-cookbook"

0 commit comments

Comments
 (0)