Commit a2d17b28 authored by John Crepezzi's avatar John Crepezzi
Browse files

Remove redundant package dependency

parent a1d5f797
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
cache headers for static assets
chng how file def is written
make redis work without in package
make redis connection into a separate method

tests
+1 −2
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@

	"dependencies": {
		"winston": "*",
    "hashlib": "*",
		"package": "*"
    "hashlib": "*"
	},

	"devDependencies": {