We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acafe7 commit cd55fa7Copy full SHA for cd55fa7
package.json
@@ -16,13 +16,13 @@
16
},
17
"main": "./util.js",
18
"scripts": {
19
- "test": "node test/node/*.js"
+ "test": "node test/node/*.js && zuul test/browser/*.js"
20
21
"dependencies": {
22
"inherits": "2.0.1"
23
24
"devDependencies": {
25
- "zuul": "~1.0.3"
+ "zuul": "~1.0.9"
26
27
"browser": {
28
"./support/isBuffer.js": "./support/isBufferBrowser.js"
0 commit comments