prettify command reverted to old/existing one, and changed the logo file name

main
Dhaval Vira 2 years ago
parent 159f81d100
commit c24df8b2a4

@ -22,7 +22,7 @@
"lint:fix": "eslint --fix src/**/*.{js,json}",
"validate": "yarn run lint && jsonlint -qV ./schema.json ./src/technologies/ && node ./bin/validate.js",
"convert": "node --no-warnings ./bin/convert.js",
"prettify": "jsonlint -si --trim-trailing-commas --enforce-double-quotes ./src/categories.json ./src/technologies/m.json",
"prettify": "jsonlint -si --trim-trailing-commas --enforce-double-quotes ./src/categories.json ./src/technologies/*.json",
"build": "yarn run link && yarn run validate && yarn run prettify && yarn run convert && node ./bin/build.js",
"build:safari": "xcrun safari-web-extension-converter --swift --project-location build --force src/drivers/webextension",
"manifest": "node ./bin/manifest.js"

@ -3679,7 +3679,7 @@
87
],
"description": "Crocoblock JetElements is an addon for Elementor that adds additional customisation options to the page builder.",
"icon": "jet_elements.svg",
"icon": "Crocoblock.svg",
"js": {
"jetElements": ""
},