Skip to content

Commit

Permalink
Fixes project URLs in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Oct 31, 2022
1 parent eabee77 commit 5d66133
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
All notable changes to this project will be documented in this file.

<a name="v1.0.0-beta.2"></a>
## [v1.0.0-beta.2](https://github.com/Tpt/json-event-parser.js/compare/v1.0.0-beta.1...v1.0.0-beta.2) - 2022-10-04
## [v1.0.0-beta.2](https://github.com/comunica/json-event-parser.js/compare/v1.0.0-beta.1...v1.0.0-beta.2) - 2022-10-04

### Added
* [Adds a basic JsonStreamPathTransformer](https://github.com/Tpt/json-event-parser.js/commit/217e6c459567d121b47127f65301d4c12fe3f4a5)
* [Adds a basic JsonStreamPathTransformer](https://github.com/comunica/json-event-parser.js/commit/217e6c459567d121b47127f65301d4c12fe3f4a5)

### Fixed
* [Requires readable-stream ^4.2.0 to avoid any buffer-related issues](https://github.com/Tpt/json-event-parser.js/commit/f007a2763919e6e80d8b24d6e47cd0976fe398ce)
* [Requires readable-stream ^4.2.0 to avoid any buffer-related issues](https://github.com/comunica/json-event-parser.js/commit/f007a2763919e6e80d8b24d6e47cd0976fe398ce)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
],
"main": "index.js",
"typings": "index",
"repository": "git@github.com/Tpt/json-event-parser.js.git",
"repository": "git@github.com/comunica/json-event-parser.js.git",
"author": "Tpt <thomas@pellissier-tanon.fr>",
"bugs": {
"url": "https://github.com/Tpt/json-event-parser.js/issues"
"url": "https://github.com/comunica/json-event-parser.js/issues"
},
"homepage": "https://github.com/Tpt/json-event-parser.js#readme",
"homepage": "https://github.com/comunica/json-event-parser.js#readme",
"license": "MIT",
"files": [
"lib/**/*.d.ts",
Expand Down

0 comments on commit 5d66133

Please sign in to comment.