Skip to content

Commit edb8186

Browse files
authored
Use the latest minor version of inherits
Evidently using `^2.0.1` fails continuous integration for reasons I don't understand.
1 parent d99192f commit edb8186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "node test/node/*.js && zuul test/browser/*.js"
2424
},
2525
"dependencies": {
26-
"inherits": "^2.0.1"
26+
"inherits": "2.0.3"
2727
},
2828
"license": "MIT",
2929
"devDependencies": {

0 commit comments

Comments
 (0)