From 0cb38d87cf9d7182f38d56284edbb40a804b9acc Mon Sep 17 00:00:00 2001 From: Russell Heimlich Date: Fri, 23 Feb 2018 13:03:00 -0500 Subject: [PATCH] Not sure what this does but lets be accurate. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bcbb63..40c2696 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/spiritedmedia/tachyon-edge.git" }, "description": "Tachyon for use in AWS Lambda@Edge for dynamically resizing images", - "main": "index.js", + "main": "tachyon.js", "scripts": { "build-docker": "docker build . -t tachyon-build", "build-node-modules": "rm -R node_modules ; docker run -v `pwd`:/build -t tachyon-build",