diff --git a/.zuul.yml b/.zuul.yml deleted file mode 100644 index 96d9cfb..0000000 --- a/.zuul.yml +++ /dev/null @@ -1 +0,0 @@ -ui: tape diff --git a/package.json b/package.json index 19b7aa1..3ec4929 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,7 @@ "pretest": "npm run lint", "tests-only": "tape 'test/**/*.js'", "test": "npm run tests-only", - "posttest": "aud --production", - "browser": "zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- test/index.js" + "posttest": "aud --production" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -44,8 +43,7 @@ "pseudorandombytes": "^2.0.0", "safe-buffer": "^5.2.1", "semver": "^6.3.1", - "tape": "^5.7.5", - "zuul": "^3.12.0" + "tape": "^5.7.5" }, "browser": { "crypto": false