Skip to content

Commit

Permalink
reformatting package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed May 23, 2024
1 parent 4504ef4 commit 6586665
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@
"name": "bind-event-listener",
"version": "3.0.0",
"private": false,
"type": "module",
"description": "Safe DOM Event binding and unbinding",
"author": "Alex Reardon <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alexreardon/bind-event-listener.git"
},
"keywords": [
"event listener",
"event handler",
Expand All @@ -18,7 +13,12 @@
"ui",
"bind"
],
"repository": {
"type": "git",
"url": "https://github.com/alexreardon/bind-event-listener.git"
},
"sideEffects": false,
"type": "module",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"config": {
Expand Down

0 comments on commit 6586665

Please sign in to comment.