Skip to content

Commit

Permalink
Headers option as function
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cha <[email protected]>
  • Loading branch information
Alan-Cha committed Jun 20, 2020
1 parent cb2c06d commit 8dffc78
Show file tree
Hide file tree
Showing 34 changed files with 3,743 additions and 12,449 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
sudo: false
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
- "12"

os:
- linux
- osx

dist: xenial

install:
- npm install
- npm i -g typescript jest
Expand Down
915 changes: 599 additions & 316 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/jest": "^24.0.18",
"graphql": "^14.5.0",
"jest": "^24.8.0",
"lerna": "^3.4.3",
"lerna": "^3.22.1",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8dffc78

Please sign in to comment.