From 86e9c9fdcbb846fbfa745b80c5b47e9737968331 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 20 Oct 2021 15:14:26 +0200 Subject: [PATCH] Remove browser build --- .gitignore | 3 --- .prettierignore | 3 --- package.json | 12 ++---------- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 0a6f001..0c664b3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,4 @@ node_modules/ .nyc_output/ coverage/ -alex.js -alex.min.js yarn.lock -*.tmp-browserify-* diff --git a/.prettierignore b/.prettierignore index e55caf7..b885a4a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,7 +1,4 @@ node_modules/ coverage/ -alex.js -alex.min.js *.html -*.json *.md diff --git a/package.json b/package.json index d619485..7d87229 100644 --- a/package.json +++ b/package.json @@ -82,24 +82,19 @@ "vfile-sort": "^2.0.0" }, "devDependencies": { - "browserify": "^17.0.0", "nyc": "^15.0.0", "prettier": "^2.0.0", "remark-cli": "^9.0.0", "remark-preset-wooorm": "^8.0.0", "tape": "^5.0.0", - "tinyify": "^3.0.0", "vfile-reporter-json": "^2.0.0", "xo": "^0.38.0" }, "scripts": { "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", - "build-bundle": "browserify . -s alex -o alex.js", - "build-mangle": "browserify . -s alex -o alex.min.js -p tinyify", - "build": "npm run build-bundle && npm run build-mangle", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test/index.js", - "test": "npm run format && npm run build && npm run test-coverage" + "test": "npm run format && npm run test-coverage" }, "alex": { "allow": [ @@ -126,10 +121,7 @@ "rules": { "ava/no-import-test-files": "off", "unicorn/no-array-callback-reference": "off" - }, - "ignores": [ - "alex.js" - ] + } }, "remarkConfig": { "plugins": [