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

14
packages/core/package-lock.json generated Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "@actions/core",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/node": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.2.tgz",
"integrity": "sha512-5tabW/i+9mhrfEOUcLDu2xBPsHJ+X5Orqy9FKpale3SjDA17j5AEpYq5vfy3oAeAHGcvANRCO3NV3d2D6q3NiA==",
"dev": true
}
}
}