Skip to content

Commit f683285

Browse files
chevskyalbertorestifo
authored andcommitted
Fix package.json "main" field
1 parent 9d06a17 commit f683285

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": "@sentisis/react-tags-input",
33
"version": "1.0.3",
44
"description": "React input to create tags",
5-
"main": "scr/TagsInput.jsx",
5+
"main": "src/TagsInput.jsx",
66
"public": true,
77
"directories": {
88
"example": "examples"

0 commit comments

Comments
 (0)