Skip to content

Commit

Permalink
Add proper main: and browser: fields to package.json
Browse files Browse the repository at this point in the history
Closes: #44
Closes: #45
  • Loading branch information
addaleax committed Mar 2, 2017
1 parent 4c9116b commit e4061ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@
},
"engines": {
"node": ">= 0.10.0"
}
},
"main": "./index.js",
"browser": "./dist/object_hash.js"
}

0 comments on commit e4061ba

Please sign in to comment.