Skip to content

Commit

Permalink
Run bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 3, 2020
1 parent d435fe1 commit a6d68bb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ dist
.env.development.local
.env.test.local
.env.production.local
*~
12 changes: 6 additions & 6 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# volto-addon-template
# volto-block-style

## Develop

Expand All @@ -25,16 +25,16 @@ Before starting make sure your development environment is properly set. See [Vol
},

"addons": [
"@eeacms/volto-addon-template"
"@eeacms/volto-block-style"
],
}

1. Add the following to `mrs.developer.json`:

{
"volto-addon-template": {
"url": "https://github.com/eea/volto-addon-template.git",
"package": "@eeacms/volto-addon-template",
"volto-block-style": {
"url": "https://github.com/eea/volto-block-style.git",
"package": "@eeacms/volto-block-style",
"branch": "develop",
"path": "src"
}
Expand Down Expand Up @@ -63,4 +63,4 @@ Before starting make sure your development environment is properly set. See [Vol

1. Happy hacking!

$ cd src/addons/volto-addon-template/
$ cd src/addons/volto-block-style/
12 changes: 6 additions & 6 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/eea/volto-addon-template)](https://github.com/eea/volto-addon-template/releases)
# volto-block-style
[![Releases](https://img.shields.io/github/v/release/eea/volto-block-style)](https://github.com/eea/volto-block-style/releases)

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

Expand All @@ -21,11 +21,11 @@ Demo GIF
1. Update `package.json`:
``` JSON
"addons": [
"@eeacms/volto-addon-template"
"@eeacms/volto-block-style"
],

"dependencies": {
"@eeacms/volto-addon-template": "1.0.0"
"@eeacms/volto-block-style": "1.0.0"
}
```

Expand All @@ -41,14 +41,14 @@ Demo GIF

## How to contribute

See [DEVELOP.md](https://github.com/eea/volto-addon-template/blob/master/DEVELOP.md2).
See [DEVELOP.md](https://github.com/eea/volto-block-style/blob/master/DEVELOP.md2).

## Copyright and license

The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.

See [LICENSE.md](https://github.com/eea/volto-addon-template/blob/master/LICENSE.md) for details.
See [LICENSE.md](https://github.com/eea/volto-block-style/blob/master/LICENSE.md) for details.

## Funding

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@eeacms/volto-addon-template",
"name": "@eeacms/volto-block-style",
"version": "0.1.0",
"description": "volto-addon-template: Volto add-on",
"description": "volto-block-style: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
"license": "MIT",
"homepage": "https://github.com/eea/volto-addon-template",
"homepage": "https://github.com/eea/volto-block-style",
"keywords": [
"volto-addon",
"volto",
Expand All @@ -14,7 +14,7 @@
],
"repository": {
"type": "git",
"url": "git@github.com:eea/volto-addon-template.git"
"url": "git@github.com:eea/volto-block-style.git"
},
"devDependencies": {
"release-it": "*"
Expand Down

0 comments on commit a6d68bb

Please sign in to comment.