Skip to content

Commit

Permalink
Fixes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie committed Aug 26, 2022
1 parent 945a99f commit d9d9e85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
/config
/config
/release
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "86boxmanager-js",
"version": "0.1.0-alpha.1",
"version": "0.1.0",
"description": "An Electron-based configuration manager for the 86Box emulator",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,9 @@
"to": ".",
"filter": "**/*"
}
]
"directories": {
"output": "release"
}
},
"config": {
"target": "19.0.6",
Expand Down

0 comments on commit d9d9e85

Please sign in to comment.