mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
305fae7a94
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
9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": { "electron": "1.8" }
|
|
}],
|
|
"react"
|
|
]
|
|
}
|