Skip to content

Commit e411db2

Browse files
committed
Specify main in package.json
Node's resolution algorithm (also used by Browserify) will only find your file if it's named `index.js` or if you specify `main` in `package.json`.
1 parent 2bc51f7 commit e411db2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "tether",
33
"version": "0.6.5",
44
"description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
5+
"main": "tether.js",
56
"authors": [
67
"Zack Bloom <zackbloom@gmail.com>",
78
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"

0 commit comments

Comments
 (0)