mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
{
|
|
"presets": [["env", { "modules": false }]],
|
|
"env": {
|
|
"test": {
|
|
"presets": [["env", { "targets": { "node": "current" } }]]
|
|
}
|
|
}
|
|
}
|