-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* more polyfills for the browser * node-fetch 2 * change package.json to fix cache * commit package-lock * rename caches * tidyup * update prepublish -> prepublishOly * avoid regenerating package-lock.json
- Loading branch information
1 parent
1f94626
commit c8a9ad9
Showing
6 changed files
with
9,811 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/es5/ | ||
package-lock.json | ||
/node_modules/ | ||
npm-debug.log | ||
/dist/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
/test/ | ||
.travis.yml | ||
/.circleci/ | ||
.eslintrc | ||
ISSUE_TEMPLATE | ||
karma.conf.js | ||
LICENSE | ||
Makefile | ||
PROTIPS.md | ||
README.md | ||
V4_V5_UPGRADE_NOTES.md | ||
/docs/ |
Oops, something went wrong.