Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
fix(package.json): point to right main
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Sep 5, 2016
1 parent fda59fc commit 84cd2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "interface-connection",
"version": "0.2.0",
"description": "A test suite and interface you can use to implement a connection interface.",
"main": "src/index.js",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
Expand Down Expand Up @@ -42,4 +42,4 @@
"dignifiedquire <dignifiedquire@gmail.com>",
"greenkeeperio-bot <support@greenkeeper.io>"
]
}
}

0 comments on commit 84cd2ca

Please sign in to comment.