Change package name to actual plugin name

Installing the plugin via Composer leads to inconsistent directory
layout and potentially overwrites a different plugin.
This commit is contained in:
Stefan Kalscheuer 2019-03-02 17:16:41 +01:00
parent faebd1f705
commit faf5f0fc5a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "stklcode/wp-liveticker",
"name": "stklcode/stklcode-liveticker",
"version": "1.0.0",
"description": "A simple Liveticker for Wordpress.",
"keywords": [

View File

@ -1,5 +1,5 @@
{
"name": "wp-liveticker",
"name": "stklcode-liveticker",
"version": "1.0.0",
"description": "A simple Liveticker for Wordpress.",
"author": "Stefan Kalscheuer",