Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Build due to missing default entry #199

Merged
merged 1 commit into from
Dec 31, 2020
Merged

Fix Build due to missing default entry #199

merged 1 commit into from
Dec 31, 2020

Conversation

aashutoshrathi
Copy link
Contributor

No description provided.

@@ -4,7 +4,7 @@
"author": "2AM Devs",
"description": "Digitalizes your billing process",
"private": true,
"main": "./public/index.js",
"main": "./public/electron.js",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait that's it we cant rename this file @aashutoshrathi ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mohitkyadav This shouldn't create an issue, but reverting file name works, let's stick to it for the moment,

@mohitkyadav mohitkyadav merged commit cd9551d into v0.4.11 Dec 31, 2020
@aashutoshrathi aashutoshrathi mentioned this pull request Jan 7, 2021
mohitkyadav added a commit that referenced this pull request Jan 7, 2021
* 🔒 fix: npm audit

* feat: add GitHub action to deploy app (#195) [Fixes #67]

* add GitHub action to deploy the app

* Update .github/workflows/build.yml

* Update build.yml

Co-authored-by: Aashutosh Rathi <aashutoshrathi@gmail.com>

* Break Helper into different services and all (#194)

* init utils.js

* 🔧 utils: Move more utility general function to utils.js

* ✨ add: nodeService, dbService, initializeService

* ✨ feat: Finish breaking helper in services

* ✨ fix: More cleanup

* 📝 docs: Add function docstrings

* 📝 Finish documenting dbService

* ✨ fix: Refer to Download Notification the right way

* 📝 Document Node Service

* Change docstring format

* Fix Build due to missing default entry (#199)

* Allow Alphanumeric Invoice Number and Increments too (#201)

* 📦 feat: Add The Incrementor

* 🐛 fix: Parsing issues

* 💚 bump: Update react-pdf and pdfjs files to remove warnings

* ✨ fix: Made a stable update state to remove lone warning

* add comment of supported format for incrementor

Co-authored-by: Mohit K. Yadav <mohitkyadav@outlook.com>

* 🏁 bump: v0.4.11

Co-authored-by: Mohit Kumar Yadav <mohitkyadav@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants