react-use-audio-player
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "react-use-audio-player", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Custom hook & context for controlling browser audio", | ||
@@ -16,3 +16,4 @@ "main": "dist/index.js", | ||
"player", | ||
"howler" | ||
"howler", | ||
"sound" | ||
], | ||
@@ -25,3 +26,3 @@ "scripts": { | ||
"preversion": "yarn test && yarn build", | ||
"release": "yarn version" | ||
"release": "yarn version && yarn publish --non-interactive && echo 'Remember to push new commit/tags to Github'" | ||
}, | ||
@@ -28,0 +29,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15736