Skip to content

Commit b0d3b48

Browse files
authored
Merge pull request #302 from rbren/rename-bobby-to-robert
Rename bobby to robert throughout the repository
2 parents 27e3541 + c6da75e commit b0d3b48

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Bobby Brennan
3+
Copyright (c) 2016 Robert Brennan
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ let parser = new Parser({
248248
```
249249

250250
## Contributing
251-
Contributions are welcome! If you are adding a feature or fixing a bug, please be sure to add a [test case](https://github.com/bobby-brennan/rss-parser/tree/master/test/input)
251+
Contributions are welcome! If you are adding a feature or fixing a bug, please be sure to add a [test case](https://github.com/rbren/rss-parser/tree/master/test/input)
252252

253253
### Running Tests
254254
The tests run the RSS parser for several sample RSS feeds in `test/input` and outputs the resulting JSON into `test/output`. If there are any changes to the output files the tests will fail.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.1.0",
55
"main": "dist/rss-parser.js",
66
"authors": [
7-
"Bobby Brennan"
7+
"Robert Brennan"
88
],
99
"license": "MIT",
10-
"homepage": "https://github.com/bobby-brennan/rss-parser",
10+
"homepage": "https://github.com/rbren/rss-parser",
1111
"moduleType": [
1212
"node"
1313
],

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "mocha --reporter-option maxDiffSize=0 --exit",
1111
"build": "./scripts/build.sh"
1212
},
13-
"author": "Bobby Brennan",
13+
"author": "Robert Brennan",
1414
"license": "MIT",
1515
"devDependencies": {
1616
"@babel/core": "^7.21.4",
@@ -35,12 +35,12 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": "git+https://github.com/bobby-brennan/rss-parser.git"
38+
"url": "git+https://github.com/rbren/rss-parser.git"
3939
},
4040
"bugs": {
41-
"url": "https://github.com/bobby-brennan/rss-parser/issues"
41+
"url": "https://github.com/rbren/rss-parser/issues"
4242
},
43-
"homepage": "https://github.com/bobby-brennan/rss-parser#readme",
43+
"homepage": "https://github.com/rbren/rss-parser#readme",
4444
"description": "A lightweight RSS parser, for Node and the browser",
4545
"keywords": [
4646
"RSS",

0 commit comments

Comments
 (0)