This website works better with JavaScript.
Home
Explore
Help
Sign In
michael.pandu
/
emailNotification
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update gitignore
master
Michael Pandu
2 years ago
parent
520a250327
commit
c14d4b43c3
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitignore
+2
-2
package-lock.json
+ 3
- 0
.gitignore
View File
@@ -1,3 +1,6 @@
# local build
package-lock.json
# Logs
logs
*.log
+ 2
- 2
package-lock.json
View File
@@ -1,12 +1,12 @@
{
"name": "emailnotification",
"version": "
1.0.0
",
"version": "
2.0.1
",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "emailnotification",
"version": "
1.0.0
",
"version": "
2.0.1
",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.3",
Write
Preview
Loading…
Cancel
Save