mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
Remove 'GeSHi' name from composer and npm manifests
Both of these seem to be private, and are therefore easily renamed. Bug: T164939 Change-Id: I09be0ef0131d31182ed8bb6be221c76dba2c1a53
This commit is contained in:
parent
ac1610cbf6
commit
e908a9ef43
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "mediawiki/syntax-highlight_geshi",
|
"name": "mediawiki/syntax-highlight",
|
||||||
"description": "Syntax highlighting extension for MediaWiki",
|
"description": "Syntax highlighting extension for MediaWiki",
|
||||||
"require": {
|
"require": {
|
||||||
"symfony/process": "~3.2"
|
"symfony/process": "~3.2"
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "SyntaxHighlight_GeSHi",
|
|
||||||
"version": "0.0.0",
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Build tools for the SyntaxHighlight_GeSHi MediaWiki extension.",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue