Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ludi", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "John Susek <ludi@johnsolo.net>", | ||
"bin": "./driver.mjs", | ||
"bin": { | ||
"ludi": "./cli.mjs" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +9,0 @@ "test": "tsx tests/run.ts" |
@@ -1,2 +0,2 @@ | ||
import { code } from './renderer' | ||
import { code } from './renderer.mjs' | ||
// @ts-expect-error | ||
@@ -9,6 +9,6 @@ import { render, blocks } from './_tmp_generated.mjs'; | ||
let output = `class Main extends hxd.App { | ||
${indent(blocks.body, 2)} | ||
${indent(code.body, 2)} | ||
${indent(blocks.body, 2)} | ||
${indent(blocks.postBody, 4)} | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
9744808
131061