kool-koala 1.0.4 → 1.0.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/README.md +1 -1
- package/bin/kool-koala.js +0 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/bin/kool-koala.js
CHANGED
|
File without changes
|
package/index.js
CHANGED
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/../src/index.ts"],"names":[],"mappings":";;AAAA,sCAOC;AAPD,SAAgB,aAAa;IAC3B,MAAM,UAAU,GAAG;;;;GAIlB,CAAC;IACF,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AAC1B,CAAC;AAED,IAAI,OAAO,CAAC,IAAI,KAAK,MAAM,EAAE,CAAC;IAC5B,aAAa,EAAE,CAAC;AAClB,CAAC","file":"index.js","sourcesContent":["export function printKoalaArt(): void {\n const koalaAscii = `\n (
|
|
1
|
+
{"version":3,"sources":["../src/../src/index.ts"],"names":[],"mappings":";;AAAA,sCAOC;AAPD,SAAgB,aAAa;IAC3B,MAAM,UAAU,GAAG;;;;GAIlB,CAAC;IACF,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AAC1B,CAAC;AAED,IAAI,OAAO,CAAC,IAAI,KAAK,MAAM,EAAE,CAAC;IAC5B,aAAa,EAAE,CAAC;AAClB,CAAC","file":"index.js","sourcesContent":["export function printKoalaArt(): void {\n const koalaAscii = `\n (\\\\__/)\n (o.o ) KOOL KOALA\n (> < )\n `;\n console.log(koalaAscii);\n}\n\nif (require.main === module) {\n printKoalaArt();\n}\n"]}
|
package/package.json
CHANGED