This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b1989a
commit 01678e1
Showing
4 changed files
with
2,658 additions
and
1,381 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"presets": ["es2015", "stage-0"] | ||
} | ||
"plugins": [ | ||
"@babel/plugin-proposal-function-bind" | ||
], | ||
"presets": ["@babel/preset-env"] | ||
} |
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,3 +1,6 @@ | ||
language: node_js | ||
node_js: | ||
- '10.16.3' | ||
- node # Current stable, i.e. 13 in October, 2019 | ||
- lts/* # Most recent LTS version, i.e. 12 in October, 2019 | ||
- 10 # Explicitly include an active LTS version | ||
- 8 # Explicitly include the maintenance LTS version |
Oops, something went wrong.