alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

(ask-sdk-controls) Updated ControlManager responseBuilder type #647

Closed Shreyas-vgr closed 3 years ago

Shreyas-vgr commented 3 years ago

Description

Updated ControlManager responseBuilder types Removed unused dependencies from package.json. ( Used depcheck lib)

Testing

npm run test/build success. Verified the updated package.json with testing all scripts on sample skill (Fruit-Shop) as well.

Types of changes

Checklist

License