Turn the AWS library into a Node package

This commit is contained in:
joeduffy 2016-12-12 17:55:30 -08:00
parent c7f0465c41
commit 47c67e7d5c

6
lib/aws/package.json Normal file
View file

@ -0,0 +1,6 @@
{
"name": "mu-aws",
"main": "bin/index.js",
"typings": "bin/index.d.ts"
}