From 809055a6f4c02bd303b2622513a0d2a2f9e703f9 Mon Sep 17 00:00:00 2001 From: Roel Magdaleno Date: Tue, 27 Dec 2022 12:11:00 -0600 Subject: [PATCH] Update description --- composer.json | 4 ++-- package.json | 7 ++----- syntax-highlighting.php | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index bea94d8..8070342 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "roelmagdaleno/syntax-highlighting", - "description": "Gutenberg block that syntax highlights your code by using Torchlight API.", + "name": "roelmagdaleno/wp-syntax-highlighting", + "description": "A Gutenberg block that syntax highlights your code powered by Torchlight API.", "version": "0.1.0", "license": "MIT", "require": { diff --git a/package.json b/package.json index 7bb6fa4..8a42750 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "syntax-highlighting-by-torchlight", + "name": "wp-syntax-highlighting", "version": "0.1.0", - "description": "Torchlight is a VS Code-compatible syntax highlighter that requires no JavaScript, supports every language, every VS Code theme, line highlighting, git diffing, and more.", + "description": "A Gutenberg block that syntax highlights your code powered by Torchlight API.", "scripts": { "start": "wp-scripts start dev/js/syntax-highlighting.js --output-path=admin/js", "build": "wp-scripts build dev/js/syntax-highlighting.js --output-path=admin/js" @@ -22,8 +22,5 @@ "@wordpress/icons": "^9.4.0", "@wordpress/scripts": "^23.5.0", "lodash": "^4.17.21" - }, - "dependencies": { - "@wordpress/api-fetch": "^6.20.0" } } diff --git a/syntax-highlighting.php b/syntax-highlighting.php index 98fdaee..18f6dc9 100644 --- a/syntax-highlighting.php +++ b/syntax-highlighting.php @@ -1,9 +1,9 @@