Skip to content

Commit

Permalink
feat: add ES5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Jun 10, 2020
1 parent b053ca3 commit 85c74d8
Show file tree
Hide file tree
Showing 4 changed files with 3,348 additions and 181 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 85c74d8

Please sign in to comment.