Skip to content

Commit

Permalink
Merge pull request #34 from divine/master
Browse files Browse the repository at this point in the history
fix: invalid main field
  • Loading branch information
msimerson committed Mar 9, 2022
2 parents ba917f4 + 3056932 commit 3cc4c7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.5 - 2022-03-XX

- fix invalid main field in package.json

## 1.0.4 - 2017-03-23

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "haraka-plugin-limit",
"version": "1.0.4",
"description": "enforce various types of limits on remote MTAs",
"main": "limit.js",
"main": "index.js",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 3cc4c7a

Please sign in to comment.