Skip to content

Commit

Permalink
Remove browser build
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 20, 2021
1 parent 01ddabb commit 86e9c9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -3,7 +3,4 @@
node_modules/
.nyc_output/
coverage/
alex.js
alex.min.js
yarn.lock
*.tmp-browserify-*
3 changes: 0 additions & 3 deletions .prettierignore
@@ -1,7 +1,4 @@
node_modules/
coverage/
alex.js
alex.min.js
*.html
*.json
*.md
12 changes: 2 additions & 10 deletions package.json
Expand Up @@ -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": [
Expand All @@ -126,10 +121,7 @@
"rules": {
"ava/no-import-test-files": "off",
"unicorn/no-array-callback-reference": "off"
},
"ignores": [
"alex.js"
]
}
},
"remarkConfig": {
"plugins": [
Expand Down

0 comments on commit 86e9c9f

Please sign in to comment.