meteor-lambdify
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "meteor-lambdify", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Compile and upload a MeteorJS application to AWS Lambda", | ||
@@ -5,0 +5,0 @@ "main": "./lambdify.js", |
@@ -5,3 +5,3 @@ Use this to compile and upload a MeteorJS CLI application to AWS Lambda. | ||
```bash | ||
$ npm install -g lambdify | ||
$ npm install -g meteor-lambdify | ||
``` | ||
@@ -8,0 +8,0 @@ |
8251