Skip to content

Commit

Permalink
fix: point to entrypoint in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Dec 18, 2016
1 parent 2638fc4 commit a61d58e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "varint-decoder",
"version": "0.1.0",
"description": "Parse all the varints in a Buffer (for when there are varints everywhere)",
"main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
"build": "aegir-build",
Expand Down Expand Up @@ -47,4 +48,4 @@
"contributors": [
"David Dias <[email protected]>"
]
}
}

0 comments on commit a61d58e

Please sign in to comment.