Skip to content

Commit

Permalink
[package.json] Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolab committed Dec 25, 2024
1 parent f6d7ec3 commit 4f92c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evemit",
"version": "1.0.3",
"version": "1.0.4",
"description": "Minimal and fast JavaScript event emitter for Node.js and front-end (only 1kb minified!).",
"main": "./evemit.js",
"types": "./evemit.d.ts",
Expand All @@ -22,7 +22,7 @@
],
"repository": {
"type": "git",
"url": "[email protected]:Nicolab/evemit.git"
"url": "git+ssh://git@github.com/Nicolab/evemit.git"
},
"bugs": "https://github.com/Nicolab/evemit/issues",
"scripts": {
Expand Down

0 comments on commit 4f92c93

Please sign in to comment.