Skip to content

Commit e70ce2a

Browse files
Export the correct main in package.json
1 parent c7a356e commit e70ce2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mixto",
33
"version": "1.0.0",
44
"description": "A mixin superclass. Its subclasses have `.extend` and `.includeInto` methods to mix behavior into other objects and classes.",
5-
"main": "lib/mixin",
5+
"main": "src/mixin.js",
66
"scripts": {
77
"prepublish": "grunt clean coffee lint",
88
"test": "grunt test"

0 commit comments

Comments
 (0)