Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 Bobby Brennan
Copyright (c) 2016 Robert Brennan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ let parser = new Parser({
```

## Contributing
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)
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)

### Running Tests
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.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "1.1.0",
"main": "dist/rss-parser.js",
"authors": [
"Bobby Brennan"
"Robert Brennan"
],
"license": "MIT",
"homepage": "https://github.com/bobby-brennan/rss-parser",
"homepage": "https://github.com/rbren/rss-parser",
"moduleType": [
"node"
],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "mocha --reporter-option maxDiffSize=0 --exit",
"build": "./scripts/build.sh"
},
"author": "Bobby Brennan",
"author": "Robert Brennan",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.21.4",
Expand All @@ -35,12 +35,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/bobby-brennan/rss-parser.git"
"url": "git+https://github.com/rbren/rss-parser.git"
},
"bugs": {
"url": "https://github.com/bobby-brennan/rss-parser/issues"
"url": "https://github.com/rbren/rss-parser/issues"
},
"homepage": "https://github.com/bobby-brennan/rss-parser#readme",
"homepage": "https://github.com/rbren/rss-parser#readme",
"description": "A lightweight RSS parser, for Node and the browser",
"keywords": [
"RSS",
Expand Down