We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945a99f commit d9d9e85Copy full SHA for d9d9e85
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
dist
3
-/config
+/config
4
+/release
package.json
@@ -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",
5
"main": "index.js",
6
"scripts": {
@@ -24,7 +24,9 @@
24
"to": ".",
25
"filter": "**/*"
26
}
27
- ]
+ "directories": {
28
+ "output": "release"
29
+ }
30
},
31
"config": {
32
"target": "19.0.6",
0 commit comments