alexa-lambda-skill
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -5,8 +5,7 @@ { | ||
"description": "Create Alexa Skills for AWS Lambda, easily.", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "rm -rf ./dist && webpack -p", | ||
"publish": "npm run build && npm publish ./dist" | ||
"prepublish": "rm -rf ./dist && webpack -p" | ||
}, | ||
@@ -13,0 +12,0 @@ "devDependencies": { |
@@ -5,7 +5,3 @@ var Package = require("./package.json"); | ||
module.exports = { | ||
entry: { | ||
javascript: path.join(__dirname, "src", "index.js"), | ||
package: path.join(__dirname, "package.json"), | ||
license: path.join(__dirname, "LICENSE.md") | ||
}, | ||
entry: path.join(__dirname, "src", "index.js"), | ||
output: { | ||
@@ -25,6 +21,2 @@ filename: "index.js", | ||
} | ||
}, | ||
{ | ||
test: /(LICENSE\.md|package\.json)$/, | ||
loader: "file?name=[name].[ext]" | ||
} | ||
@@ -31,0 +23,0 @@ ] |
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
3400
55