https://github.com/grafana/grafana
Revision 15a3b97dbbfc34733bdb57645581ad45ddd2434e authored by Steven Vachon on 29 September 2020, 14:16:16 UTC, committed by GitHub on 29 September 2020, 14:16:16 UTC
... to hopefully avoid race conditions with working directory changes
1 parent 6671e4e
Raw File
Tip revision: 15a3b97dbbfc34733bdb57645581ad45ddd2434e authored by Steven Vachon on 29 September 2020, 14:16:16 UTC
@grafana/toolkit: run npm "next" publish file system functions serially (#27894)
Tip revision: 15a3b97
.babelrc
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "targets": {
          "browsers": "last 3 versions"
        },
        "useBuiltIns": "entry",
        "modules": "false",
      }
    ]
  ]
}
back to top