@multiplatform.one/cli 5.0.27 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,24 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- /*
4
- * File: /bin/multiplatformOne.mjs
5
- * Project: @multiplatform.one/cli
6
- * File Created: 22-06-2024 14:11:12
7
- * Author: Clay Risser
8
- * -----
9
- * BitSpur (c) Copyright 2021 - 2024
10
- *
11
- * Licensed under the Apache License, Version 2.0 (the "License");
12
- * you may not use this file except in compliance with the License.
13
- * You may obtain a copy of the License at
14
- *
15
- * http://www.apache.org/licenses/LICENSE-2.0
16
- *
17
- * Unless required by applicable law or agreed to in writing, software
18
- * distributed under the License is distributed on an "AS IS" BASIS,
19
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20
- * See the License for the specific language governing permissions and
21
- * limitations under the License.
22
- */
23
-
24
3
  import "@multiplatform.one/cli/bin/multiplatformOne";