Skip to content

Commit

Permalink
refactor: remove bundling for now
Browse files Browse the repository at this point in the history
For better compliance with licensing, we'll remove the bundling step for
now and instead check in the node_modules directly.
  • Loading branch information
dkundel committed Sep 13, 2019
1 parent f9dbef3 commit cb9767a
Show file tree
Hide file tree
Showing 3,079 changed files with 559,542 additions and 285,256 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ bower_components
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ A Twilio API Secret. Can alternatively be stored in environment'

The SID of the [message resource](https://www.twilio.com/docs/sms/api/message-resource#message-properties) associated with the SMS sent.

## Contributing

## Third Party Licenses

This GitHub Action uses a couple of Node.js modules to work.

License and other copyright information for each module is included in the release branch of each action version under `node_modules/{module}`.

More information for each package can be found at `https://www.npmjs.com/package/{package}`

## License

MIT
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ outputs:
description: 'The Twilio Message SID'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'main.js'
branding:
color: 'red'
icon: 'message-circle'
Loading

0 comments on commit cb9767a

Please sign in to comment.