diff --git a/package.json b/package.json index 872232c..7986ef5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "stream-sound-level", + "name": "stream-audio-level", "version": "0.0.1", - "description": "Watch MediaStream sound level", + "description": "Watch MediaStream audio level", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/maruware/stream-sound-level.git" + "url": "git+ssh://git@github.com/maruware/stream-audio-level.git" }, "keywords": [ "MediaStream" @@ -22,9 +22,9 @@ "author": "maruware", "license": "MIT", "bugs": { - "url": "https://github.com/maruware/stream-sound-level/issues" + "url": "https://github.com/maruware/stream-audio-level/issues" }, - "homepage": "https://github.com/maruware/stream-sound-level#readme", + "homepage": "https://github.com/maruware/stream-audio-level#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "^4.0.1",