Skip to content

Commit

Permalink
Updated project homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaze committed Mar 17, 2019
1 parent 3233f92 commit 53117cb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

## Quick start

> Doc and demos here : [https://www.bgaze.fr/bootstrap4-dialogs](https://www.bgaze.fr/bootstrap4-dialogs)
BSD requires jQuery v1.9.1+, Bootstrap 4 modal component, and Bootstrap's CSS.

Several quick start options are available:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
"confirm",
"prompt"
],
"homepage": "https://github.com/bgaze/bootstrap4-dialogs",
"homepage": "https://www.bgaze.fr/bootstrap4-dialogs",
"authors": [
{
"name": "Benjamin Gazé",
Expand Down
4 changes: 4 additions & 0 deletions doc.html
Expand Up @@ -93,6 +93,10 @@ <h1 style="display: none;">Bootstrap 4 dialogs</h1>

<h2>Quick start</h2>

<blockquote style="display: none;">
Doc and demos here : <a href="https://www.bgaze.fr/bootstrap4-dialogs">https://www.bgaze.fr/bootstrap4-dialogs</a>
</blockquote>

<p>BSD requires jQuery v1.9.1+, Bootstrap 4 modal component, and Bootstrap's CSS.</p>

<p>Several quick start options are available:</p>
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "bgaze-bootstrap4-dialogs",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"description": "A collection of flexible dialogs based on Bootstrap 4 modals",
"author": {
Expand All @@ -17,7 +17,7 @@
],
"repository": "github:bgaze/bootstrap4-dialogs",
"bugs": "https://github.com/bgaze/bootstrap4-dialogs/issues",
"homepage": "https://github.com/bgaze/bootstrap4-dialogs",
"homepage": "https://www.bgaze.fr/bootstrap4-dialogs",
"main": "dist/bootstrap4-dialogs.js",
"peerDependencies": {
"jquery": ">=1.9",
Expand Down
4 changes: 4 additions & 0 deletions src/doc.html
Expand Up @@ -91,6 +91,10 @@
<h1 style="display: none;">Bootstrap 4 dialogs</h1>

<h2>Quick start</h2>

<blockquote style="display: none;">
Doc and demos here : <a href="https://www.bgaze.fr/bootstrap4-dialogs">https://www.bgaze.fr/bootstrap4-dialogs</a>
</blockquote>

<p>BSD requires jQuery v1.9.1+, Bootstrap 4 modal component, and Bootstrap's CSS.</p>

Expand Down

0 comments on commit 53117cb

Please sign in to comment.