Skip to content

Commit

Permalink
Specify main in package.json
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
AsaAyers committed Jan 13, 2015
1 parent 2bc51f7 commit e411db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "tether",
"version": "0.6.5",
"description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
"main": "tether.js",
"authors": [
"Zack Bloom <[email protected]>",
"Adam Schwartz <[email protected]>"
Expand Down

0 comments on commit e411db2

Please sign in to comment.