Skip to content

Commit

Permalink
Update URLs "/brigade/" → "/civiccc/"
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni committed Apr 28, 2021
1 parent a71fc72 commit a1f4663
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@

## 8.0.3

- Defer `handleScroll` in `componentDidUpdate` ([#265](https://github.com/brigade/react-waypoint/pull/265))
- Extend `React.PureComponent` instead of `React.Component` when available ([#264](https://github.com/brigade/react-waypoint/pull/264))
- Defer `handleScroll` in `componentDidUpdate` ([#265](https://github.com/civiccc/react-waypoint/pull/265))
- Extend `React.PureComponent` instead of `React.Component` when available ([#264](https://github.com/civiccc/react-waypoint/pull/264))

## 8.0.2

- Allow consolidated-events ^2.0.0 ([#256](https://github.com/brigade/react-waypoint/pull/256))
- Add message to better understand logged error message in tests ([#255](https://github.com/brigade/react-waypoint/pull/255))
- Allow consolidated-events ^2.0.0 ([#256](https://github.com/civiccc/react-waypoint/pull/256))
- Add message to better understand logged error message in tests ([#255](https://github.com/civiccc/react-waypoint/pull/255))

## 8.0.1

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ version on npm.
This project adheres to the [Open Code of Conduct][code-of-conduct]. By
participating, you are expected to honor this code.

[code-of-conduct]: https://github.com/brigade/code-of-conduct
[code-of-conduct]: https://github.com/civiccc/code-of-conduct
2 changes: 1 addition & 1 deletion INTHEWILD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Please use [pull requests](https://github.com/brigade/react-waypoint/pull/new/master) to add your organization and/or project to this document!
Please use [pull requests](https://github.com/civiccc/react-waypoint/pull/new/master) to add your organization and/or project to this document!

# Organizations

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# React Waypoint

[![npm version](https://badge.fury.io/js/react-waypoint.svg)](http://badge.fury.io/js/react-waypoint)
[![Build Status](https://travis-ci.org/brigade/react-waypoint.svg?branch=master)](https://travis-ci.org/brigade/react-waypoint)
[![Build Status](https://travis-ci.org/civiccc/react-waypoint.svg?branch=master)](https://travis-ci.org/civiccc/react-waypoint)

A React component to execute a function whenever you scroll to an element. Works
in all containers that can scroll, including the window.
Expand All @@ -13,7 +13,7 @@ Inspired by [Waypoints][waypoints], except this little library grooves the
[React][react] way.

## Demo
![Demo of React Waypoint in action](https://raw.github.com/brigade/react-waypoint/master/react-waypoint-demo.gif)
![Demo of React Waypoint in action](https://raw.github.com/civiccc/react-waypoint/master/react-waypoint-demo.gif)

[View demo page][demo-page]

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/brigade/react-waypoint.git"
"url": "https://github.com/civiccc/react-waypoint.git"
},
"homepage": "https://github.com/brigade/react-waypoint",
"bugs": "https://github.com/brigade/react-waypoint/issues",
"homepage": "https://github.com/civiccc/react-waypoint",
"bugs": "https://github.com/civiccc/react-waypoint/issues",
"scripts": {
"build": "npm run clean && rollup -c",
"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
Expand Down

0 comments on commit a1f4663

Please sign in to comment.