Skip to content

Commit

Permalink
- Updating to fullPage.js 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotrigo committed Feb 18, 2021
1 parent 8e4e810 commit 8b3325f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 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 Vue.js wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a>.
</p>

![fullPage.js version](http://img.shields.io/badge/fullPage.js-v0.1.6-brightgreen.svg)
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v0.1.7-brightgreen.svg)

- [Demo online](https://alvarotrigo.com/vue-fullpage/) | [Codepen](https://codepen.io/alvarotrigo/pen/zpQmwq)
- [fullpage.js Extensions](https://alvarotrigo.com/fullPage/extensions/)
Expand Down
2 changes: 1 addition & 1 deletion demos/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"vue": "^2.5.11",
"vue-fullpage.js": "^0.1.6"
"vue-fullpage.js": "^0.1.7"
},
"browserslist": [
"> 1%",
Expand Down
6 changes: 3 additions & 3 deletions dist/vue-fullpage.common.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/vue-fullpage.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/vue-fullpage.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-fullpage.js",
"version": "0.1.6",
"version": "0.1.7",
"description": "Vue wrapper for fullpage.js",
"author": {
"name": "Alvaro Trigo",
Expand Down Expand Up @@ -131,6 +131,6 @@
"IE 10"
],
"dependencies": {
"fullpage.js": "^3.0.9"
"fullpage.js": "^3.1.0"
}
}

0 comments on commit 8b3325f

Please sign in to comment.