Skip to content

Commit

Permalink
chore(bundle): bundle and bump version (#29)
Browse files Browse the repository at this point in the history
* chore(build): create new bundle

* chore(build): bump version
  • Loading branch information
andypf authored Feb 14, 2025
1 parent 591e0f8 commit 3779b79
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion demo/build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cjs/react/JsonViewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esm/react/JsonViewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/iife/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@andypf/json-viewer",
"version": "2.1.7",
"version": "2.1.8",
"description": "A javascript library to visualize json nicely",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 3779b79

Please sign in to comment.