]> git.cworth.org Git - zombocom-ai/commit
Add express4 as a dependency
authorCarl Worth <cworth@cworth.org>
Tue, 6 Dec 2022 23:38:31 +0000 (15:38 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 6 Dec 2022 23:39:41 +0000 (15:39 -0800)
commit828ed89f0b8d8b878b7171f4640f64e0f60139e7
tree0c319e9b747ababde34273fa6bb29670ec6dcd24
parent2ff97a54ecc3f234ef249d21a4d705e774fdea40
Add express4 as a dependency

The changes here were made by running:

npm install express@4

And then adding the package-locj.json file (containing frozen versions
of all dependencies) and also ignoring the node_modules directory.
.gitignore [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json