Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Commit 48b3eb4

Browse files
committed
fix main in package.json. fix #181
1 parent 34f686d commit 48b3eb4

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": "jquery-jeditable",
33
"version": "2.0.6",
44
"description": "Edit in place plugin for jQuery",
5-
"main": "jquery.jeditable.js",
5+
"main": "src/jquery.jeditable.js",
66
"directories": {
77
"test": "tests"
88
},

0 commit comments

Comments
 (0)