Skip to content

Commit

Permalink
v1.0.6-pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Nov 18, 2018
1 parent bcd8082 commit 11cb9e6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
33 changes: 32 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "westeroscraftlauncher",
"version": "1.0.6-pre.1",
"version": "1.0.6-pre.2",
"productName": "WesterosCraft Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
Expand All @@ -15,7 +15,7 @@
"start": "electron index.js",
"cilinux": "electron-builder --linux --win",
"cidarwin": "electron-builder --mac",
"dist": "SET ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true & electron-builder",
"dist": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true electron-builder",
"dist:win": "npm run dist -- --win --x64",
"dist:mac": "npm run dist -- --mac",
"dist:linux": "npm run dist -- --linux --x64",
Expand All @@ -41,6 +41,7 @@
"winreg": "^1.2.4"
},
"devDependencies": {
"cross-env": "^5.2.0",
"electron": "^3.0.9",
"electron-builder": "^20.36.2",
"eslint": "^5.9.0"
Expand Down

0 comments on commit 11cb9e6

Please sign in to comment.