Fix package json

This commit is contained in:
CrazyMax 2020-05-06 21:14:31 +02:00
parent 4016520b1a
commit a77f62c7b2

View File

@ -2,12 +2,9 @@
"name": "upx-github-action", "name": "upx-github-action",
"description": "GitHub Action for UPX, the Ultimate Packer for eXecutables", "description": "GitHub Action for UPX, the Ultimate Packer for eXecutables",
"main": "lib/main.js", "main": "lib/main.js",
"directories": {
"lib": "lib"
},
"scripts": { "scripts": {
"build": "tsc && ncc build", "build": "tsc && ncc build",
"test": "jest", "test": "jest --coverage",
"format": "prettier --write **/*.ts", "format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts", "format-check": "prettier --check **/*.ts",
"pre-checkin": "npm run format && npm run build" "pre-checkin": "npm run format && npm run build"