remove node-modules from master

This commit is contained in:
Bryan MacFarlane
2019-08-09 14:53:04 -04:00
parent 9851c37052
commit 546f133a4f
540 changed files with 8 additions and 92377 deletions

View File

@ -6,13 +6,11 @@
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/start-vm-action.git"
"url": "git+https://github.com/actions/node12-template.git"
},
"keywords": [
"actions",
@ -35,7 +33,6 @@
"@types/semver": "^6.0.0",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
}