Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Oct 25, 2022
1 parent 3c4c9da commit 2ce67fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2ce67fb

Please sign in to comment.