Fix(package.json): Corrected main file path in package.json#1274
Fix(package.json): Corrected main file path in package.json#1274jimmywarting merged 9 commits into2.xfrom
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 |
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.jsonAdditional
This is for v2