Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
E-Kuerschner committed Jan 3, 2025
1 parent 95b0821 commit 58d92f7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "2.3.0-alpha.1",
"sideEffects": false,
"description": "React hook for building custom audio playback controls",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
Expand All @@ -12,14 +15,11 @@
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"author": "E-Kuerschner",
"repository": {
"type": "git",
"url": "https://github.com/E-Kuerschner/useAudioPlayer"
},
"author": "Erich Kuerschner",
"license": "MIT",
"keywords": [
"react",
Expand Down Expand Up @@ -62,9 +62,6 @@
"dependencies": {
"howler": "^2.2.3"
},
"resolutions": {
"typescript": "5.0.4"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
Expand Down

0 comments on commit 58d92f7

Please sign in to comment.