Skip to content

Commit

Permalink
3.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Mar 23, 2024
1 parent 918d0c4 commit 728cc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "makensis",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "A Node wrapper for makensis, the NSIS compiler",
"type": "module",
"main": "./dist/makensis.cjs",
"module": "./dist/makensis.js",
"types": "./dist/makensis.d.ts",
"types": "./dist/makensis.d.ts",
"exports": {
".": {
"import": "./dist/makensis.js",
Expand Down

0 comments on commit 728cc3f

Please sign in to comment.