Skip to content

Commit 04eec83

Browse files
committed
fix package.json
1 parent bad32a3 commit 04eec83

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": "@hexlet/code",
33
"version": "1.0.0",
44
"description": "[![Actions Status](https://github.com/WisdomQuest/frontend-project-46/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/WisdomQuest/frontend-project-46/actions)",
5-
"main": "bin/gendiff.js",
5+
"main": "./src/formatters/index.js",
66
"scripts": {
77
"test": "jest"
88
},

0 commit comments

Comments
 (0)