Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan770 committed Aug 27, 2018
1 parent 37561ad commit c8ce36f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ typings/

# Electron-builder files
dist/
release-builds/
24 changes: 12 additions & 12 deletions package-lock.json

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

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinesql",
"version": "1.7.2",
"version": "1.7.3",
"description": "Electron-based SQL editor",
"productName": "PineSQL",
"main": "./main.js",
Expand All @@ -12,17 +12,18 @@
},
"build": {
"linux": {
"target": [
"pinesql",
"deb"
]
"target": "deb",
"icon": "img/icon.png"
},
"win": {
"target": "NSIS",
"icon": "img/icon.ico"
}
},
"author": "ivan770",
"author": {
"name": "ivan770",
"email": "leshenko.ivan770@gmail.com"
},
"license": "MIT",
"dependencies": {
"compare-versions": "^3.3.0",
Expand All @@ -31,7 +32,7 @@
"request": "^2.87.0"
},
"devDependencies": {
"electron": "^2.0.3",
"electron": "^2.0.8",
"electron-builder": "^20.16.4",
"electron-settings": "^3.2.0"
}
Expand Down

0 comments on commit c8ce36f

Please sign in to comment.