Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "hjsx", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"module": "hjsx.ts", | ||
"main": "hjsx.js", | ||
"type": "module", | ||
"types": "types.d.ts", | ||
"scripts": { | ||
"build": "bun build hjsx.ts --outfile hjsx.js --target node", | ||
"prepare": "bun run build && bun run util/update-version.ts" | ||
}, | ||
"devDependencies": { | ||
@@ -12,2 +18,2 @@ "@types/bun": "latest" | ||
} | ||
} | ||
} |
@@ -6,3 +6,3 @@ # hjsx | ||
JSX is great for templating, but pulling in React can be overkill, and even when just using the types it can be confusing. **hjsx**(Hypertext + JavaScript Extensible Markup Language) aims to provide a simple way to use JSX on the server by rendering it to HTML. | ||
JSX is great for templating, but pulling in React can be overkill, and even when just using the types it can be confusing. **hjsx** (Hypertext + JavaScript Extensible Markup Language) aims to provide a simple way to use JSX on the server by rendering it to HTML. | ||
@@ -9,0 +9,0 @@ It includes modified types for the JSX elements, with all event handlers removed, and a `render` method that returns a string. |
87772
15
2043