Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
david-asher committed Aug 12, 2020
1 parent 83922e9 commit 0b97e50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
9 changes: 2 additions & 7 deletions answerBrowser.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
/* answerBrowser.js
* electron-firebase
* This is a quickstart template for building Firebase authentication workflow into an electron app
* Copyright (c) 2019 by David Asher, https://github.com/david-asher
*
'use strict';
/*
* This module contains functions that respond to queries from the Browser
* Copyright (c) 2019-2020 by David Asher, https://github.com/david-asher
* @module answerBrowser
*/
'use strict';

const { mainapp, firestore, fbstorage, fbwindow } = loadModule( 'electron-firebase' )
const urlParser = require('url').parse
Expand Down
4 changes: 2 additions & 2 deletions electron-firebase.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* electron-firebase.js
* Copyright (c) 2019 by David Asher, https://github.com/david-asher
* Copyright (c) 2019-2020 by David Asher, https://github.com/david-asher
*/
'use strict';

/**
* High-level functions for quickly building the main application.
* API interface to electron-firebase, pulls in all needed modules
* @module electron-firebase
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:david-asher/electron-firebase.git"
"url": "https://github.com/david-asher/electron-firebase.git"
},
"keywords": [
"electron",
Expand Down
9 changes: 2 additions & 7 deletions setupApp.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
/* setupapp.js
* electron-firebase
* This is a quickstart template for building Firebase authentication workflow into an electron app
* Copyright (c) 2019 by David Asher, https://github.com/david-asher
*
'use strict';
/*
* This module contains functions that help to initialize or update the application
* Copyright (c) 2019-2020 by David Asher, https://github.com/david-asher
* @module setupapp
*/
'use strict';

const { firestore, fbstorage } = loadModule( 'electron-firebase' )

Expand Down

0 comments on commit 0b97e50

Please sign in to comment.