Skip to content

Commit d99192f

Browse files
authored
Allow inherits dependency to be latest compatible
1 parent b5ae1b1 commit d99192f

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.1"
2727
},
2828
"license": "MIT",
2929
"devDependencies": {

0 commit comments

Comments
 (0)