fix: point to the right entry point, change due to aegir 9

This commit is contained in:
David Dias 2017-01-16 16:26:41 +00:00
parent 9c67badcbd
commit bd81b686a0
2 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
node_modules
lib
dist
coverage

View File

@ -2,8 +2,7 @@
"name": "mafmt",
"version": "2.1.4",
"description": "A multiaddr validator",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
"build": "aegir-build",