Skip to content

Commit

Permalink
release: 1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
c-harding committed Dec 26, 2024
1 parent f74686e commit 09a6782
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eml-parse-js",
"version": "1.1.15",
"version": "1.1.16",
"description": "format EML file in browser env",
"main": "./lib/bundle.umd.js",
"module": "./lib/bundle.esm.js",
Expand Down Expand Up @@ -65,24 +65,24 @@
"homepage": "https://github.com/MQpeng/eml-parse-js#readme",
"contributors": [
{
"name" : "Charlie Harding",
"url" : "https://github.com/c-harding"
"name": "Charlie Harding",
"url": "https://github.com/c-harding"
},
{
"name" : "Pádraig Weeks",
"url" : "https://github.com/pmweeks98"
"name": "Pádraig Weeks",
"url": "https://github.com/pmweeks98"
},
{
"name" : "Thomas Oeser",
"url" : "https://github.com/thomasoeser"
"name": "Thomas Oeser",
"url": "https://github.com/thomasoeser"
},
{
"name" : "Robert Scheinpflug",
"url" : "https://github.com/neversun"
"name": "Robert Scheinpflug",
"url": "https://github.com/neversun"
},
{
"name" : "Bean Q",
"url" : "https://github.com/MQpeng"
"name": "Bean Q",
"url": "https://github.com/MQpeng"
}
],
"devDependencies": {
Expand Down

0 comments on commit 09a6782

Please sign in to comment.