Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
roelmagdaleno committed Dec 27, 2022
1 parent 0019e32 commit 809055a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions syntax-highlighting.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
* Plugin Name: Syntax Highlighting by Torchlight
* Plugin Name: Syntax Highlighting powered by Torchlight
* Plugin URI: https://roelmagdaleno.com
* Description: A Gutenberg block that syntax highlights your code by using Torchlight API.
* Description: A Gutenberg block that syntax highlights your code powered by Torchlight API.
* Version: 0.1.0
* Requires at least: 5.0
* Requires PHP: 7.4
Expand Down

0 comments on commit 809055a

Please sign in to comment.