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:
Derk-Jan Hartman 2017-05-20 17:58:14 +02:00 committed by Krinkle
parent ac1610cbf6
commit e908a9ef43
2 changed files with 1 additions and 4 deletions

View file

@ -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"

View file

@ -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"
}, },