Skip to content

Commit

Permalink
Merge pull request #87 from czosel/transpile-to-es5
Browse files Browse the repository at this point in the history
feat: add ES5 build
  • Loading branch information
TomFrost authored Sep 15, 2020
2 parents 428db20 + c80cb8e commit 8b7c093
Show file tree
Hide file tree
Showing 4 changed files with 3,384 additions and 186 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
},
"parserOptions": {
"ecmaVersion": 2018
}
},
"ignorePatterns": ["dist/**/*.js"]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

node_modules
coverage
dist

.DS_Store
Loading

0 comments on commit 8b7c093

Please sign in to comment.