1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00
lossless-cut/.babelrc
Mikael Finstad 305fae7a94 Upgrade build process
Use babel-preset-env
Upgrade icon-gen
add package.lock (i also tried yarn but it doesnt work well with electron packager)
extract version field in bash scripts
2018-02-17 17:42:59 +01:00

9 lines
96 B
Plaintext

{
"presets": [
["env", {
"targets": { "electron": "1.8" }
}],
"react"
]
}