Skip to content

Commit

Permalink
v1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Rik Smith-Unna committed Jun 23, 2017
1 parent 2f472b9 commit 9378783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sciencefair",
"version": "1.0.0-beta13",
"version": "1.0.0",
"description": "search, browse, and download open access papers",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,6 @@
"dat-storage": "^1.0.1",
"debug": "^2.6.3",
"debug-menu": "^0.6.0",
"electron-debug": "^1.2.0",
"electron-log": "^2.0.0",
"electron-updater": "^2.4.2",
"end-of-stream": "^1.1.0",
Expand Down
3 changes: 1 addition & 2 deletions app/run.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { app, BrowserWindow, protocol } = require('electron')

// if (process.env['SCIENCEFAIR_DEVMODE']) require('electron-debug')({ enable: true })
require('electron-debug')({ enabled: true })
if (process.env['SCIENCEFAIR_DEVMODE']) require('electron-debug')({ enable: true })

const path = require('path')
const open = require('opn')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sciencefair-repo",
"version": "1.0.0-beta13",
"version": "1.0.0",
"description": "container repo for sciecefair app src and build tools",
"scripts": {
"pack": "electron-builder --dir",
Expand Down

0 comments on commit 9378783

Please sign in to comment.