Added IntellIJ iml file to gitignore
Added missing connect-flash package
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,6 +16,7 @@ tmp
|
|||||||
npm-debug.log
|
npm-debug.log
|
||||||
node_modules
|
node_modules
|
||||||
.idea
|
.idea
|
||||||
|
*.iml
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "*",
|
"async": "*",
|
||||||
"bcrypt": "*",
|
"bcrypt": "*",
|
||||||
|
"connect-flash": "*",
|
||||||
"express": "*",
|
"express": "*",
|
||||||
"forever": "*",
|
"forever": "*",
|
||||||
"fb": "*",
|
"fb": "*",
|
||||||
|
Reference in New Issue
Block a user