alexa-ability-lambda-handler
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -14,3 +14,3 @@ 'use strict'; | ||
var log = (0, _debug2.default)('lambda-handler:handleAbility'); | ||
var log = (0, _debug2.default)('alexa-ability-lambda-handler:handleAbility'); | ||
@@ -17,0 +17,0 @@ function handleAbility(ability) { |
{ | ||
"name": "alexa-ability-lambda-handler", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Expose an alexa-ability as an AWS Lambda function", | ||
@@ -10,4 +10,4 @@ "main": "lib/index.js", | ||
"pretest": "npm run lint", | ||
"test": "mocha test --opts mocha.opts", | ||
"prepublish": "npm run test && npm run build", | ||
"test": "mocha test", | ||
"prepublish": "in-publish && npm run test && npm run build || not-in-publish", | ||
"publish:major": "npm version major && npm publish", | ||
@@ -56,2 +56,3 @@ "publish:minor": "npm version minor && npm publish", | ||
"eslint-plugin-react": "^3.16.1", | ||
"in-publish": "^2.0.0", | ||
"mocha": "^2.3.4", | ||
@@ -58,0 +59,0 @@ "sinon": "^1.17.2", |
Sorry, the diff of this file is not supported yet
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
6222
13