Skip to content

Commit

Permalink
add-on name
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Dec 25, 2020
1 parent 71c3377 commit bd443b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# volto-addon-template
[![Releases](https://img.shields.io/github/v/release/rohberg/volto-addon-template)](https://github.com/rohberg/volto-addon-template/releases)
# volto-searchkit-block
[![Releases](https://img.shields.io/github/v/release/rohberg/volto-searchkit-block)](https://github.com/rohberg/volto-searchkit-block/releases)

[Volto](https://github.com/plone/volto) add-on

Expand All @@ -18,4 +18,4 @@ See the [Mastering Plone 6 Development Training](https://training.plone.org/6/ma
The Initial Owner of the Original Code is the Plone Foundation.
All Rights Reserved.

See [LICENSE.md](https://github.com/rohberg/volto-addon-template/blob/master/LICENSE.md) for details.
See [LICENSE.md](https://github.com/rohberg/volto-searchkit-block/blob/master/LICENSE.md) for details.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@rohberg/volto-addon-template",
"name": "@rohberg/volto-searchkit-block",
"version": "0.1.0",
"description": "volto-addon-template: Volto add-on",
"description": "volto-searchkit-block: Volto add-on",
"main": "src/index.js",
"author": "Katja Süss, https://github.com/ksuess",
"license": "MIT",
"homepage": "https://github.com/rohberg/volto-addon-template",
"homepage": "https://github.com/rohberg/volto-searchkit-block",
"keywords": [
"volto-addon",
"volto",
Expand All @@ -14,7 +14,7 @@
],
"repository": {
"type": "git",
"url": "git@github.com:rohberg/volto-addon-template.git"
"url": "git@github.com:rohberg/volto-searchkit-block.git"
},
"dependencies": {
},
Expand Down

0 comments on commit bd443b9

Please sign in to comment.