Skip to content

Commit 7fc8925

Browse files
authored
move nearley back into main deps, #48
1 parent f3f07a8 commit 7fc8925

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Changes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
### Unreleased
3+
4+
### 2.1.1 - 2023-08-22
5+
6+
- feat: bundle grammar.js, build with prepack, fixes #46
7+
- ci: updated to latest
8+
- added .release
9+
- README: update badge URLs
10+
11+
212
### 2.0.1 - 2021-01-21
313

414
- grammer.ne: add polyfill for Array.flat (#43)
@@ -66,3 +76,4 @@
6676

6777
- replaced null host or user values with empty strings
6878
[2.1.0]: https://github.com/haraka/node-address-rfc2821/releases/tag/2.1.0
79+
[2.1.1]: https://github.com/haraka/node-address-rfc2821/releases/tag/2.1.1

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "address-rfc2821",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "RFC-5321 (Envelope) email address parser",
55
"author": {
66
"name": "The Haraka Team",
@@ -41,11 +41,11 @@
4141
"devDependencies": {
4242
"eslint": "*",
4343
"eslint-plugin-haraka": "*",
44-
"mocha": "*",
45-
"nearley": "^2.20.1"
44+
"mocha": "*"
4645
},
4746
"license": "MIT",
4847
"dependencies": {
48+
"nearley": "^2.20.1",
4949
"punycode": "^2.3.0"
5050
}
5151
}

0 commit comments

Comments
 (0)