diff --git a/package.json b/package.json index 780ab553..5df2eaa5 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,9 @@ "url": "https://github.com/jergason/Recorderjs/issues" }, "homepage": "https://github.com/jergason/Recorderjs", - "devDependencies": { + "peerDependencies": { "browserify": "^5.11.1", "workerify": "^0.3.0" - } -} \ No newline at end of file + }, + "dependencies": {} +}