diff --git a/isomorphic-wrtc/package.json b/isomorphic-wrtc/package.json index fb491459e..b354d0562 100644 --- a/isomorphic-wrtc/package.json +++ b/isomorphic-wrtc/package.json @@ -7,6 +7,11 @@ "types": "types.d.ts", "author": "", "license": "MIT", + "scripts": { + "build": ": nothing", + "lint": ": nothing", + "test": ": nothing" + }, "peerDependencies": { "@koush/wrtc": "*" }