Skip to content

Commit

Permalink
fix: point to the right entry point, change due to aegir 9
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jan 16, 2017
1 parent 9c67bad commit bd81b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules

lib
dist
coverage

Expand Down
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": "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",
Expand Down Expand Up @@ -47,4 +46,4 @@
"Jeromy Johnson <why@ipfs.io>",
"dignifiedquire <dignifiedquire@gmail.com>"
]
}
}

0 comments on commit bd81b68

Please sign in to comment.