Skip to content

Commit

Permalink
Add babel, update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abdollahpour committed Apr 27, 2020
1 parent f400224 commit 947bde3
Show file tree
Hide file tree
Showing 9 changed files with 6,480 additions and 2,043 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"@babel/preset-env",
{
"loose": true,
"targets": {
"node": 8
}
}
]
]
}
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
!.gitignore
!.travis.yml
!.eslintrc
node_modules/
!.npmignore
!.babelrc
/node_modules/
/lib/
/coverage/
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/src/

0 comments on commit 947bde3

Please sign in to comment.