Skip to content

Commit

Permalink
install express/ add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelel1 committed Apr 26, 2020
1 parent 20915af commit a43b31b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
package-lock.json
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kern Elder",
"license": "ISC"
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}

0 comments on commit a43b31b

Please sign in to comment.