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 0bc31e6 commit 3878562Copy full SHA for 3878562
.zuul.yml
package.json
@@ -13,8 +13,7 @@
13
"pretest": "npm run lint",
14
"tests-only": "tape 'test/**/*.js'",
15
"test": "npm run tests-only",
16
- "posttest": "aud --production",
17
- "browser": "zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- test/index.js"
+ "posttest": "aud --production"
18
},
19
"funding": {
20
"url": "https://github.com/sponsors/ljharb"
@@ -44,8 +43,7 @@
44
43
"pseudorandombytes": "^2.0.0",
45
"safe-buffer": "^5.2.1",
46
"semver": "^6.3.1",
47
- "tape": "^5.7.5",
48
- "zuul": "^3.12.0"
+ "tape": "^5.7.5"
49
50
"browser": {
51
"crypto": false
0 commit comments