Skip to content

Commit

Permalink
✏️ Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iMrDJAi committed Aug 11, 2022
1 parent 8a33033 commit c8d63d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm](https://img.shields.io/npm/v/xml-jsx-runtime)](https://www.npmjs.com/package/xml-jsx-runtime) [![GitHub Repo stars](https://img.shields.io/github/stars/iMrDJAi/xml-jsx-runtime?style=social)](https://github.com/iMrDJAi/xml-jsx-runtime)

A custom [autoamtic](https://babeljs.io/docs/en/babel-plugin-transform-react-jsx#react-automatic-runtime) JSX runtime that transforms JSX into [xml-js](https://github.com/nashwaan/xml-js)'s non-compact objects that can be converted into plain XML strings.
A custom [automatic](https://babeljs.io/docs/en/babel-plugin-transform-react-jsx#react-automatic-runtime) JSX runtime that transforms JSX into [xml-js](https://github.com/nashwaan/xml-js)'s non-compact objects that can be converted into plain XML strings.

***
## Installation:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xml-jsx-runtime",
"version": "0.1.0",
"description": "A custom autoamtic JSX runtime that transforms JSX into xml-js's non-compact objects that can be converted into plain XML strings.",
"version": "0.1.1",
"description": "A custom automatic JSX runtime that transforms JSX into xml-js's non-compact objects that can be converted into plain XML strings.",
"scripts": {
"prepare": "npm run build",
"build": "tsup src/ -d runtime/ --dts --format cjs,esm --splitting --minify --keep-names --clean"
Expand Down

0 comments on commit c8d63d1

Please sign in to comment.