mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 09:31:19 +01:00
Update package.json
This commit is contained in:
14
package.json
14
package.json
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"name": "inno-setup-action",
|
||||
"version": "1.0.0",
|
||||
"version": "1.2.4",
|
||||
"description": "GitHub action to compile .iss (Inno Setup Script) files.",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"package": "ncc build --source-map"
|
||||
"format": "prettier --write **/*.js",
|
||||
"format-check": "prettier --check **/*.js",
|
||||
"lint": "eslint "./dist/**"",
|
||||
"package": "ncc build --source-map".
|
||||
"test": "jest",
|
||||
"all": "npm run format && npm run format && npm run lint && npm run package && npm run test"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
@@ -18,7 +22,11 @@
|
||||
"devDependencies": {
|
||||
"@semantic-release/exec": "^6.0.3",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@vercel/ncc": "^0.28.6",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-github": "^4.1.3",
|
||||
"eslint-plugin-jest": "^24.3.6",
|
||||
"jest": "^27.0.6",
|
||||
"semantic-release": "^22.0.12"
|
||||
},
|
||||
"release": {
|
||||
|
||||
Reference in New Issue
Block a user