https://github.com/hms-dbmi/higlass
Raw File
Tip revision: cdc1d30f955bd553f1510fc4c37b74610dabc5f2 authored by Peter Kerpedjiev on 08 August 2020, 16:38:21 UTC
1.11.0
Tip revision: cdc1d30
.babelrc
{
  "presets": [
    ["env", {
      "modules": false
    }],
    "airbnb",
    "react"
  ],
  "plugins": ["transform-object-rest-spread", "transform-runtime"]
}
back to top