Skip to content

Commit

Permalink
Merge pull request #161 from RhoInc/dev-v2.1.0
Browse files Browse the repository at this point in the history
CRF Heat Map v2.1.0
  • Loading branch information
pburnsdata authored Nov 22, 2019
2 parents 9cc849b + 9c47a44 commit f749e81
Show file tree
Hide file tree
Showing 75 changed files with 608,259 additions and 2,157 deletions.
15 changes: 15 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"presets": [
[
"@babel/preset-env",
],
],
"plugins": [
[
"@babel/transform-runtime",
{
"regenerator": true,
},
],
],
}
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "8"
Loading

0 comments on commit f749e81

Please sign in to comment.