Fix dark theme colors, reload button functionality, and code cleanup
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"name": "jmespath-playground",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"description": "A React-based web application for testing JMESPath expressions against JSON data",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"prebuild": "node scripts/version-check.js",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"test": "react-scripts test --watchAll=false",
|
||||
"test:watch": "react-scripts test",
|
||||
"server": "node server.js"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user