Skip to content

Commit

Permalink
fix: bring back the package version to latest released version
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Nov 15, 2024
1 parent 0c898bb commit d38a966
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eventsource",
"version": "0.0.0",
"version": "2.0.2",
"description": "WhatWG/W3C compliant EventSource client for Node.js and browsers",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/eventsource/eventsource.git"
"url": "git://[email protected]/EventSource/eventsource.git"
},
"keywords": [
"sse",
Expand Down Expand Up @@ -88,9 +88,9 @@
"undici": "^6.20.1"
},
"bugs": {
"url": "https://github.com/eventsource/eventsource/issues"
"url": "https://github.com/EventSource/eventsource/issues"
},
"homepage": "https://github.com/eventsource/eventsource#readme",
"homepage": "https://github.com/EventSource/eventsource#readme",
"prettier": {
"semi": false,
"printWidth": 100,
Expand Down

0 comments on commit d38a966

Please sign in to comment.