Replace toml config with a javascript file

This commit is contained in:
2021-04-02 18:12:13 +02:00
parent 6e1e82c2c5
commit 6ed31db7dc
23 changed files with 265 additions and 183 deletions
@@ -1,7 +1,4 @@
[
{
"name":"com.electronwill.nightconfig.toml.TomlFormat"
},
{
"name":"java.util.Map$Entry",
"allPublicMethods":true
@@ -1,5 +1,11 @@
{
"resources":{
"includes":[{"pattern":"\\QMETA-INF/services/org.slf4j.spi.SLF4JServiceProvider\\E"}]},
"bundles":[]
"resources": {
"includes": [
{"pattern": "\\QMETA-INF/services/org.slf4j.spi.SLF4JServiceProvider\\E"},
{"pattern": "\\Qinit/index.d.ts\\E"},
{"pattern": "\\Qinit/index.js\\E"},
{"pattern": "\\Qinit/README.md\\E"}
]
},
"bundles": []
}