-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I fixed the deploy to lambda with node 8.1
- Loading branch information
Bogdan Alexandru Militaru
committed
Jan 23, 2019
1 parent
1979630
commit 887e4dc
Showing
5 changed files
with
1,259 additions
and
1,157 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,12 @@ | ||
{ | ||
"presets": [ | ||
"@babel/preset-env" | ||
[ | ||
"env", | ||
{ | ||
"targets": { | ||
"node": "8.1" | ||
} | ||
} | ||
] | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.