@falsejs/falsejs 4.1.5 → 4.1.6
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.
- package/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**!
|
|
2
2
|
* License
|
|
3
|
-
* FalseJS <https://github.com/
|
|
4
|
-
* Copyright 10x'ly Made and other contributors <https://github.com/
|
|
3
|
+
* FalseJS <https://github.com/10xly/FalseJS>
|
|
4
|
+
* Copyright 10x'ly Made and other contributors <https://github.com/10xly>
|
|
5
5
|
* Released under MIT license <https://opensource.org/license/mit>
|
|
6
6
|
* made with HEAVY BLACK HEART U+2764
|
|
7
7
|
* Thanks to biome for being a good formatter + linter
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
*
|
|
11
|
-
* FalseJS <https://github.com/
|
|
11
|
+
* FalseJS <https://github.com/10xly/FalseJS>
|
|
12
12
|
*
|
|
13
13
|
*
|
|
14
14
|
* I didn't choose the 10x life, the 10x life chose me
|