Add node deps

This commit is contained in:
David Anthoff
2019-09-14 21:05:22 -07:00
parent e709e16507
commit c0c6ce37ca
6587 changed files with 1603707 additions and 921 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "javascript-template-action",
"version": "0.0.0",
"name": "julia-runtest",
"version": "0.1.0",
"private": true,
"description": "JavaScript template action",
"main": "lib/main.js",
@@ -17,17 +17,18 @@
"node",
"setup"
],
"author": "YourNameOrOrganization",
"author": "David Anthoff",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0"
"@actions/core": "^1.1.0",
"@actions/exec": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
"@types/jest": "^24.0.18",
"@types/node": "^12.7.5",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
}
}