diff --git a/package.json b/package.json index 3dff76f..898938b 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "name": "makensis", - "version": "2.0.2", + "version": "2.0.3", "description": "A Node wrapper for makensis, the NSIS compiler", "type": "module", "exports": "./dist/makensis.mjs", "typings": "types/", "files": [ "dist/", - "types/", - "LICENSE", - "README.md" + "types/", + "LICENSE", + "README.md" ], "engines": { "node": "^14.8.0 || >=16.0.0" @@ -60,7 +60,7 @@ "lint:code": "eslint ./src --ignore-path .gitignore", "lint:md": "remark . --quiet --frail --ignore-path .gitignore", "lint": "npm-run-all --parallel lint:*", - "prepack": "npm run build", + "prepack": "npm run build", "prepare": "husky install", "prepublishOnly": "npm run lint && npm run build", "start": "rollup -w -c",