alexa-ability-lambda-handler
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "alexa-ability-lambda-handler", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Expose an alexa-ability as an AWS Lambda function", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "./scripts/test.sh" | ||
"build": "rm -rf lib && babel src --out-dir lib", | ||
"lint": "eslint src", | ||
"pretest": "npm run lint", | ||
"test": "mocha test --opts mocha.opts", | ||
"prepublish": "npm run test && npm run build", | ||
"publish:major": "npm version major && npm publish", | ||
"publish:minor": "npm version minor && npm publish", | ||
"publish:patch": "npm version patch && npm publish", | ||
"postpublish": "git push origin master --tags" | ||
}, | ||
@@ -38,3 +46,2 @@ "repository": { | ||
"devDependencies": { | ||
"babel": "^6.3.26", | ||
"babel-cli": "^6.4.5", | ||
@@ -41,0 +48,0 @@ "babel-eslint": "^4.1.8", |
@@ -1,2 +0,2 @@ | ||
# alexa-ability-lambda-handler | ||
# alexa-ability-lambda-handler [![Build Status](https://travis-ci.org/nickclaw/alexa-ability-lambda-handler.svg?branch=master)](https://travis-ci.org/nickclaw/alexa-ability-lambda-handler) | ||
@@ -3,0 +3,0 @@ ### Example |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6217
12
11