Skip to content

Commit

Permalink
going to version 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
maliknajjar committed Jan 28, 2024
1 parent 357aaf1 commit ad69c3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guifier",
"version": "1.0.23",
"version": "1.0.24",
"type": "module",
"license": "MIT",
"description": "An interactive front-end toolkit simplifying JSON, YAML, TOML, and XML data. Visualize, edit, convert formats, and perform real-time data manipulations. Empower your data-driven apps with user-friendly data processing and interactive visualization.",
Expand Down
7 changes: 0 additions & 7 deletions src/dataExamples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ export const exampleData = `{
"description": "this is a nested array I created for test purposes"
}
},
"userName": {
"_value": "rim",
"_fieldType": "text",
"_params": {
"fullWidth": true
}
},
"name": "Alice",
"userAge": {
"_value": 22,
Expand Down

0 comments on commit ad69c3d

Please sign in to comment.