Skip to content

Commit

Permalink
bump verson and set gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonaquinas committed Dec 14, 2023
1 parent 26884be commit 641f9bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ "name": "imap",
{ "name": "aa-imap",
"version": "0.8.20",
"author": "Brian White <[email protected]>",
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
"author": "Brian White <[email protected]>, Alison Aquinas <[email protected]>,",
"description": "A fork of node-imap based on https://github.com/mscdex/node-imap/pull/911",
"main": "./lib/Connection",
"dependencies": {
"safe-utf7": ">=1.0.6"
"safe-utf7": ">=1.0.7"
},
"scripts": {
"test": "node test/test.js"
Expand Down

0 comments on commit 641f9bc

Please sign in to comment.