We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6edbcd commit 0cb38d8Copy full SHA for 0cb38d8
package.json
@@ -6,7 +6,7 @@
6
"url": "https://github.com/spiritedmedia/tachyon-edge.git"
7
},
8
"description": "Tachyon for use in AWS Lambda@Edge for dynamically resizing images",
9
- "main": "index.js",
+ "main": "tachyon.js",
10
"scripts": {
11
"build-docker": "docker build . -t tachyon-build",
12
"build-node-modules": "rm -R node_modules ; docker run -v `pwd`:/build -t tachyon-build",
0 commit comments