Skip to content

Commit

Permalink
Merge pull request #48 from alvarotrigo/dev
Browse files Browse the repository at this point in the history
Merging dev branch 0.0.13
  • Loading branch information
alvarotrigo authored Jul 12, 2019
2 parents 0a8049d + 0cb5e40 commit 0106f7b
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 76 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Official Angular wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a>.
</p>
<p align="center">
<img src="https://img.shields.io/badge/angular--fullpage-v0.0.12-brightgreen.svg" alt="angular-fullpage version" />
<img src="https://img.shields.io/badge/angular--fullpage-v0.0.13-brightgreen.svg" alt="angular-fullpage version" />
</p>

- [Demo online](https://alvarotrigo.com/angular-fullpage/) | [Stackblitz](https://stackblitz.com/edit/angular-nqsqwk)
Expand Down
2 changes: 1 addition & 1 deletion dist/@fullpage/angular-fullpage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Official Angular wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a>.
</p>
<p align="center">
<img src="https://img.shields.io/badge/angular--fullpage-v0.0.12-brightgreen.svg" alt="angular-fullpage version" />
<img src="https://img.shields.io/badge/angular--fullpage-v0.0.13-brightgreen.svg" alt="angular-fullpage version" />
</p>

- [Demo online](https://alvarotrigo.com/angular-fullpage/) | [Stackblitz](https://stackblitz.com/edit/angular-nqsqwk)
Expand Down
4 changes: 2 additions & 2 deletions dist/@fullpage/angular-fullpage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullpage/angular-fullpage",
"version": "0.0.12",
"version": "0.0.13",
"description": "Official Angular wrapper for fullPage.js",
"author": "vh13294",
"contributors": [
Expand All @@ -18,7 +18,7 @@
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
},
"dependencies": {
"fullpage.js": "^3.0.5",
"fullpage.js": "^3.0.7",
"tslib": "^1.9.0"
},
"main": "bundles/fullpage-angular-fullpage.umd.js",
Expand Down
Loading

0 comments on commit 0106f7b

Please sign in to comment.