This repository has been archived by the owner on Apr 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from South-Paw/api-generated
Add API Update Scripts
- Loading branch information
Showing
579 changed files
with
90,478 additions
and
3,645 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,5 +1,8 @@ | ||
{ | ||
"presets": ["env"], | ||
"plugins": ["transform-object-rest-spread"], | ||
"plugins": [ | ||
"inline-json", | ||
"transform-object-rest-spread" | ||
], | ||
"ignore": ["__tests__"] | ||
} |
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,6 +1,20 @@ | ||
language: node_js | ||
|
||
dist: xenial | ||
|
||
node_js: | ||
- "8" | ||
- "10" | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- libluajit-5.1-dev | ||
|
||
script: | ||
- npm run lint | ||
- npm run test/coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js | ||
|
||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: always |
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
Oops, something went wrong.