mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-07 07:49:50 +00:00
remove node-modules from master
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user