diff --git a/composer.json b/composer.json index 30ac741b..bc3fc910 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "mediawiki/syntax-highlight_geshi", + "name": "mediawiki/syntax-highlight", "description": "Syntax highlighting extension for MediaWiki", "require": { "symfony/process": "~3.2" diff --git a/package.json b/package.json index 443f5a2e..720fdec6 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,5 @@ { - "name": "SyntaxHighlight_GeSHi", - "version": "0.0.0", "private": true, - "description": "Build tools for the SyntaxHighlight_GeSHi MediaWiki extension.", "scripts": { "test": "grunt test" },