Skip to content

Commit

Permalink
Merge pull request #132 from alvarotrigo/dev
Browse files Browse the repository at this point in the history
- Updated with fullPage.js 4.0.21
  • Loading branch information
alvarotrigo authored Jan 30, 2024
2 parents 0ddbaba + 0e73f65 commit abbf9ce
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
2 changes: 1 addition & 1 deletion dist/@fullpage/angular-fullpage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,5 @@ Found an issue? Have an idea? Check out the [Contributing](https://github.com/al


<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/angular-fullpage.js/latest.svg
[npm-version-src]: https://img.shields.io/npm/v/@fullpage/angular-fullpage/latest.svg
[npm-version-href]: https://www.npmjs.com/package/@fullpage/angular-fullpage
2 changes: 1 addition & 1 deletion dist/@fullpage/angular-fullpage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/core": ">12"
},
"dependencies": {
"fullpage.js": "4.0.20",
"fullpage.js": "4.0.21",
"tslib": "^2.3.0"
},
"module": "fesm2022/fullpage-angular-fullpage.mjs",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@angular/platform-browser": "16.0.0",
"@angular/platform-browser-dynamic": "16.0.0",
"@angular/router": "16.0.0",
"fullpage.js": "4.0.20",
"fullpage.js": "4.0.21",
"rxjs": "~6.6.0",
"zone.js": "~0.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@angular/core": ">12"
},
"dependencies": {
"fullpage.js": "4.0.20"
"fullpage.js": "4.0.21"
}
}

0 comments on commit abbf9ce

Please sign in to comment.