-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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(package.json): Corrected main file path in package.json #1274
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.x #1274 +/- ##
===========================================
- Coverage 100.00% 99.65% -0.35%
===========================================
Files 7 7
Lines 573 573
Branches 183 183
===========================================
- Hits 573 571 -2
- Misses 0 1 +1
- Partials 0 1 +1
Continue to review full report at Codecov.
|
Seems like teeny-request has a breaking change for an older node version where it uses spread |
Ironically codecov uses teeny-request So we use our own fetch api to test our own api... but at codecov i found out that:
|
... do rollup have some breaking change also?
|
the external function did something that didn't work. 2b0610d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
Purpose
Fixes a problem when some tries to read the main file.
It was a problem due to lack of file extension
Changes
"main":
package.json
Additional
This is for v2