Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Dec 6, 2016
1 parent aad3774 commit f3a837d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "multicodec",
"version": "0.1.1",
"description": "JavaScript implementation of the multicodec-packed specification",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
"test": "aegir-test",
Expand Down Expand Up @@ -53,4 +52,4 @@
"kumavis <[email protected]>",
"wanderer <[email protected]>"
]
}
}

0 comments on commit f3a837d

Please sign in to comment.