]> git.cworth.org Git - empires-server/commitdiff
Add dependency for express package
authorCarl Worth <cworth@cworth.org>
Sun, 26 Apr 2020 21:49:31 +0000 (14:49 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 26 Apr 2020 21:49:31 +0000 (14:49 -0700)
This was generated with:

npm install --save express

(This command also generated resolved dependencies in the
package-lock.json file but I'm not commiting that in this commit.)

package.json

index a78e3aa20e83b508bba0dc2ab9ed2212c349dc3d..361dcc85b73ced6c595caae76d57dbef6b3b9829 100644 (file)
@@ -7,5 +7,8 @@
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "author": "",
-  "license": "ISC"
+  "license": "ISC",
+  "dependencies": {
+    "express": "^4.17.1"
+  }
 }