Initial commit

This commit is contained in:
Rachael Sewell
2019-08-03 14:44:52 -07:00
commit d8c14008f1
12 changed files with 401 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "hello-world-action",
"version": "1.0.0",
"description": "My first JavaScript action",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}