Skip to content

Commit

Permalink
Adds publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Lopez committed Oct 11, 2017
1 parent 9d9d576 commit 9b05852
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $(function(){

let query = 'SELECT * FROM craft_users where username = "admin"'

main.connection.query(query, function(err, rows, fields){
/*main.connection.query(query, function(err, rows, fields){
if(err)
{
console.log("Hubo un error al hacer la consulta")
Expand All @@ -19,6 +19,7 @@ $(function(){
})
main.closeConnection()
*/

const os = require('os')
const prettyBytes = require('pretty-bytes')
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"version": "1.1.0",
"description": "The enupal feed blog",
"main": "./main.js",
"repository": "[email protected]:enupal/enupal-feed.git",
"scripts": {
"postinstall": "install-app-deps",
"start": "electron .",
"pack": "build --dir",
"dist": "build"
"dist": "build",
"gh-publish": "electron-builder --x64 --win -p always"
},
"author": "Enupal <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 9b05852

Please sign in to comment.