Skip to content

Commit

Permalink
Merge branch 'release/6.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
tuananh committed May 21, 2020
2 parents 5c0f0a7 + f87dc44 commit b02484e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
[![TypeScript definitions on DefinitelyTyped](https://badgen.net/badge/DefinitelyTyped/.d.ts)](http://definitelytyped.org)
[![npm](https://badgen.net/npm/dt/camaro)](https://npm.im/camaro)

[Demo on CodeSandbox.io](https://codesandbox.io/s/static-deg9w?fontsize=14)

## 🤘 Features

* Transform XML to JSON.
Expand All @@ -20,7 +18,7 @@

* Written in C++ and compiled down to WebAssembly so no re-compilation needed.
* No need to build binary whenever a new Node version released.
* Work on all major platforms (OS X, Linux and Windows and the web). See Travis CI and AppVeyor build status for details.
* Work on all major platforms (OS X, Linux and Windows). See Travis CI and AppVeyor build status for details.
* AWS Lambda friendly (or serverless in general).

* It's pretty fast on large XML strings.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camaro",
"version": "6.0.0",
"version": "6.0.1",
"description": "Transforming XML to JSON using Node.js binding to native pugixml parser library",
"homepage": "https://github.com/tuananh/camaro",
"bugs": "https://github.com/tuananh/camaro/issues",
Expand All @@ -27,6 +27,7 @@
"files": [
"index.js",
"index.mjs",
"worker.js",
"dist/camaro.js",
"dist/camaro.wasm",
"index.d.ts"
Expand Down

0 comments on commit b02484e

Please sign in to comment.