Skip to content

Commit

Permalink
Add engines and license
Browse files Browse the repository at this point in the history
  • Loading branch information
paoliniluis committed Oct 28, 2018
1 parent 5609455 commit acd01f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) [year] [fullname]
Copyright (c) 2018 Luis Paolini

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,4 @@ async function main() {
await addRule(vars.securityGroup, `'${JSON.stringify(vars.rules)}'`);
}

module.exports = {
main
}
main();
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "aws-hole-puncher",
"version": "1.0.0",
"version": "1.0.1",
"description": "A dependency-less module for opening AWS security group (firewall) only to your machine while removing all other rules for maximum security",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=7.6.0"
},
"author": "Luis Paolini ([email protected])",
"license": "MIT"
}

0 comments on commit acd01f9

Please sign in to comment.