Skip to content

Commit

Permalink
correct the main property in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 25, 2016
1 parent 1cae27e commit 7b37e12
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 @@ -3,13 +3,13 @@
"name": "haraka-config",
"license": "MIT",
"description": "Haraka's config file loader",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "http://haraka.github.io",
"repository": {
"type": "git",
"url": "git@github.com:haraka/haraka-config.git"
},
"main": "index.js",
"main": "config.js",
"engines": {
"node": ">= 4.3"
},
Expand Down

0 comments on commit 7b37e12

Please sign in to comment.