diff --git a/server/manifest.go b/server/manifest.go index 7fe3a3f..eb28dc3 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -12,7 +12,7 @@ var manifest *model.Manifest const manifestStr = ` { - "id": "com.mattermost.badges", + "id": "ru.loop.plugin.achievements", "name": "Badges for Mattermost", "description": "This plugin add badges support to Mattermost.", "homepage_url": "https://github.com/larkox/mattermost-plugin-badges", diff --git a/webapp/.gitignore b/webapp/.gitignore index 55c64cd..9eb58bd 100644 --- a/webapp/.gitignore +++ b/webapp/.gitignore @@ -1,3 +1,4 @@ .eslintcache junit.xml node_modules +.yarn/install-state.gz