Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
S--Minecraft committed May 15, 2017
2 parents 729e552 + e0a67af commit 89f81c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BlitzModder",
"version": "1.4.2",
"version": "1.4.3",
"description": "Mod manager for World of Tanks Blitz(PC)",
"main": "bin/core/core.js",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"start:mac": "build -m --dir && ./dist/mac/BlitzModder",
"build": "gulp",
"pack": "npm run pack:win && npm run pack:mac",
"pack:win": "npm run build && build -w --ia32 --x64",
"pack:mac": "npm run build && build -m"
"pack:win": "npm run build && build -w --ia32 --x64 -p never",
"pack:mac": "npm run build && build -m -p never"
},
"author": "S(FV293b)",
"repository": {
Expand Down Expand Up @@ -53,7 +53,6 @@
"appId": "xyz.4na.29314.BlitzModderPC",
"copyright": "(C) S(FV293b) 2016",
"electronVersion": "1.6.2",
"publish": "never",
"mac": {
"category": "public.app-category.games",
"target": [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BlitzModder",
"version": "1.4.2",
"version": "1.4.3",
"description": "Mod manager for World of Tanks Blitz(PC)",
"main": "core/core.js",
"author": "S(FV293b)",
Expand Down

0 comments on commit 89f81c8

Please sign in to comment.