diff --git a/array/moon.pkg.json b/array/moon.pkg.json index 461766b4f..e45419ab0 100644 --- a/array/moon.pkg.json +++ b/array/moon.pkg.json @@ -1,5 +1,5 @@ { "import": [ - { "path": "moonbitlang/core/assertion", "alias": "assertion" } + "moonbitlang/core/assertion" ] } \ No newline at end of file diff --git a/coverage/moon.pkg.json b/coverage/moon.pkg.json index f50a85dc1..c95c3330b 100644 --- a/coverage/moon.pkg.json +++ b/coverage/moon.pkg.json @@ -1,12 +1,3 @@ { - "import": [ - { - "path": "moonbitlang/core/assertion", - "alias": "assertion" - }, - { - "path": "moonbitlang/core/string", - "alias": "string" - } - ] + "import": ["moonbitlang/core/assertion", "moonbitlang/core/string"] } diff --git a/deque/moon.pkg.json b/deque/moon.pkg.json index 82af246e5..db04c985a 100644 --- a/deque/moon.pkg.json +++ b/deque/moon.pkg.json @@ -1,5 +1,3 @@ { - "import": [ - { "path": "moonbitlang/core/assertion", "alias": "assertion" } - ] + "import": ["moonbitlang/core/assertion"] } diff --git a/immutable_hashmap/moon.pkg.json b/immutable_hashmap/moon.pkg.json index e089855e3..f031ebcd0 100644 --- a/immutable_hashmap/moon.pkg.json +++ b/immutable_hashmap/moon.pkg.json @@ -1,12 +1,3 @@ { - "import": [ - { - "path": "moonbitlang/core/assertion", - "alias": "assertion" - }, - { - "path": "moonbitlang/core/array", - "alias": "array" - } - ] + "import": ["moonbitlang/core/assertion", "moonbitlang/core/array"] } diff --git a/immutable_set/moon.pkg.json b/immutable_set/moon.pkg.json index 483309e89..741e4c971 100644 --- a/immutable_set/moon.pkg.json +++ b/immutable_set/moon.pkg.json @@ -1,16 +1,7 @@ { - "import": [ - { - "path": "moonbitlang/core/assertion", - "alias": "assertion" - }, - { - "path": "moonbitlang/core/list", - "alias": "list" - }, - { - "path": "moonbitlang/core/array", - "alias": "array" - } - ] -} \ No newline at end of file + "import": [ + "moonbitlang/core/assertion", + "moonbitlang/core/list", + "moonbitlang/core/array" + ] +} diff --git a/map/moon.pkg.json b/map/moon.pkg.json index 4034f64a6..611e8c720 100644 --- a/map/moon.pkg.json +++ b/map/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/assertion", - "moonbitlang/core/list" - ] -} \ No newline at end of file + "import": ["moonbitlang/core/assertion", "moonbitlang/core/list"] +} diff --git a/math/moon.pkg.json b/math/moon.pkg.json index 461766b4f..db04c985a 100644 --- a/math/moon.pkg.json +++ b/math/moon.pkg.json @@ -1,5 +1,3 @@ { - "import": [ - { "path": "moonbitlang/core/assertion", "alias": "assertion" } - ] -} \ No newline at end of file + "import": ["moonbitlang/core/assertion"] +} diff --git a/option/moon.pkg.json b/option/moon.pkg.json index 461766b4f..db04c985a 100644 --- a/option/moon.pkg.json +++ b/option/moon.pkg.json @@ -1,5 +1,3 @@ { - "import": [ - { "path": "moonbitlang/core/assertion", "alias": "assertion" } - ] -} \ No newline at end of file + "import": ["moonbitlang/core/assertion"] +} diff --git a/priority_queue/moon.pkg.json b/priority_queue/moon.pkg.json index 41204ceaa..db04c985a 100644 --- a/priority_queue/moon.pkg.json +++ b/priority_queue/moon.pkg.json @@ -1,5 +1,3 @@ { - "import": [ - "moonbitlang/core/assertion" - ] + "import": ["moonbitlang/core/assertion"] } diff --git a/queue/moon.pkg.json b/queue/moon.pkg.json index dc09758b7..db04c985a 100644 --- a/queue/moon.pkg.json +++ b/queue/moon.pkg.json @@ -1,5 +1,3 @@ { - "import": [ - "moonbitlang/core/assertion" - ] -} \ No newline at end of file + "import": ["moonbitlang/core/assertion"] +} diff --git a/ref/moon.pkg.json b/ref/moon.pkg.json index c92f2b9ea..af0dc34a7 100644 --- a/ref/moon.pkg.json +++ b/ref/moon.pkg.json @@ -1,7 +1,7 @@ { - "import": [ - "moonbitlang/core/assertion", - "moonbitlang/core/num", - "moonbitlang/core/int" - ] -} \ No newline at end of file + "import": [ + "moonbitlang/core/assertion", + "moonbitlang/core/num", + "moonbitlang/core/int" + ] +} diff --git a/result/moon.pkg.json b/result/moon.pkg.json index 461766b4f..db04c985a 100644 --- a/result/moon.pkg.json +++ b/result/moon.pkg.json @@ -1,5 +1,3 @@ { - "import": [ - { "path": "moonbitlang/core/assertion", "alias": "assertion" } - ] -} \ No newline at end of file + "import": ["moonbitlang/core/assertion"] +} diff --git a/stack/moon.pkg.json b/stack/moon.pkg.json index 04e95142a..741e4c971 100644 --- a/stack/moon.pkg.json +++ b/stack/moon.pkg.json @@ -1,7 +1,7 @@ { - "import": [ - { "path": "moonbitlang/core/assertion", "alias": "assertion" }, - { "path": "moonbitlang/core/list", "alias": "list" }, - { "path": "moonbitlang/core/array", "alias": "array" } - ] -} \ No newline at end of file + "import": [ + "moonbitlang/core/assertion", + "moonbitlang/core/list", + "moonbitlang/core/array" + ] +} diff --git a/string/moon.pkg.json b/string/moon.pkg.json index a52055e50..9e26dfeeb 100644 --- a/string/moon.pkg.json +++ b/string/moon.pkg.json @@ -1,8 +1 @@ -{ - "import": [ - { - "path": "moonbitlang/core/assertion", - "alias": "assertion" - } - ] -} +{} \ No newline at end of file diff --git a/vec/moon.pkg.json b/vec/moon.pkg.json index 827c99189..c95c3330b 100644 --- a/vec/moon.pkg.json +++ b/vec/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/assertion", - "moonbitlang/core/string" - ] -} \ No newline at end of file + "import": ["moonbitlang/core/assertion", "moonbitlang/core/string"] +}