Skip to content

Commit

Permalink
Merge pull request #88 from alvarotrigo/dev
Browse files Browse the repository at this point in the history
Merging dev branch 0.0.16
  • Loading branch information
alvarotrigo authored Jun 3, 2021
2 parents 4d102f8 + d714d20 commit 6c6a0d1
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 30 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*.launch
.settings/
*.sublime-workspace
.vscode/*

# IDE - VSCode
.vscode/*
Expand Down
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.15-brightgreen.svg" alt="angular-fullpage version" />
<img src="https://img.shields.io/badge/angular--fullpage-v0.0.16-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.15-brightgreen.svg" alt="angular-fullpage version" />
<img src="https://img.shields.io/badge/angular--fullpage-v0.0.16-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.15",
"version": "0.0.16",
"description": "Official Angular wrapper for fullPage.js",
"author": "vh13294",
"contributors": [
Expand All @@ -19,7 +19,7 @@
"@angular/core": ">=2.0.0"
},
"dependencies": {
"fullpage.js": "^3.1.0",
"fullpage.js": "^3.1.1",
"tslib": "^1.9.0"
},
"main": "bundles/fullpage-angular-fullpage.umd.js",
Expand Down
46 changes: 24 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullpage/angular-fullpage",
"version": "0.0.15",
"version": "0.0.16",
"description": "Official Angular wrapper for fullPage.js",
"author": "vh13294",
"contributors": [
Expand Down Expand Up @@ -39,7 +39,8 @@
"@angular/platform-browser-dynamic": "^6.1.10",
"@angular/router": "^6.1.10",
"core-js": "^2.5.4",
"fullpage.js": "^3.1.0",
"fullpage.js": "^3.1.1",
"node-sass": "^6.0.0",
"rxjs": "~6.2.0",
"zone.js": "~0.8.26"
},
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullpage/angular-fullpage",
"version": "0.0.15",
"version": "0.0.16",
"description": "Official Angular wrapper for fullPage.js",
"author": "vh13294",
"contributors": [
Expand All @@ -19,6 +19,6 @@
"@angular/core": ">=2.0.0"
},
"dependencies": {
"fullpage.js": "^3.1.0"
"fullpage.js": "^3.1.1"
}
}

0 comments on commit 6c6a0d1

Please sign in to comment.