Skip to content

Commit

Permalink
feat(lang): moved completely to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
yawetse committed Mar 21, 2021
1 parent 58f4e83 commit 1e51e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonx",
"version": "1.4.3",
"version": "3.0.1",
"description": "React JSON Syntax - Construct React elements, JSX and HTML with JSON without transpilers. JSONX supports React Function and Class Components, React Lazy and Suspense Components, and full support for React Hooks",
"main": "dist/index.cjs.js",
"module": "build/index.js",
Expand Down

0 comments on commit 1e51e07

Please sign in to comment.