starting on core

This commit is contained in:
Bryan MacFarlane
2019-05-16 23:36:45 -04:00
parent 917c389219
commit 780a5985b4
7 changed files with 154 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.0.0",
"version": "0.1.0",
"description": "Actions core lib",
"keywords": [
"core",
@@ -30,5 +30,8 @@
},
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"devDependencies": {
"@types/node": "^12.0.2"
}
}