alexa-lambda-skill
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -5,3 +5,3 @@ { | ||
"description": "Create Alexa Skills for AWS Lambda, easily.", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"license": "MIT", | ||
@@ -11,4 +11,3 @@ "main": "index.js", | ||
"build": "rm -rf ./dist && webpack -p", | ||
"prepublish": "npm run build", | ||
"publish": "npm publish ./dist" | ||
"publish": "npm run build && npm publish ./dist" | ||
}, | ||
@@ -15,0 +14,0 @@ "devDependencies": { |
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
3656