Skip to content

Commit

Permalink
Remove browser build
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 10, 2021
1 parent 1c7ef45 commit 5912962
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ coverage/
.nyc_output/
node_modules/
package-lock.json
remark-lint.js
remark-lint.min.js
yarn.lock
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
coverage/
remark-lint.js
remark-lint.min.js
*.json
*.md
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"Denis Augsburger <denis.augsburger@simpleen.io> (https://simpleen.io)"
],
"devDependencies": {
"browserify": "^17.0.0",
"dox": "^0.9.0",
"lerna": "^3.0.0",
"mdast-zone": "^4.0.0",
Expand All @@ -48,7 +47,6 @@
"remark-validate-links": "^10.0.0",
"strip-indent": "^3.0.0",
"tape": "^5.0.0",
"tinyify": "^3.0.0",
"to-vfile": "^6.0.0",
"unist-builder": "^2.0.0",
"unist-util-remove-position": "^3.0.0",
Expand All @@ -60,12 +58,9 @@
"generate:presets": "node script/build-presets",
"generate:rules": "node script/build-rules",
"generate": "npm run generate:presets && npm run generate:rules",
"build:bundle": "browserify packages/remark-lint -s remarkLint > remark-lint.js",
"build:mangle": "browserify packages/remark-lint -s remarkLint -p tinyify > remark-lint.min.js",
"build": "npm run build:bundle && npm run build:mangle",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js",
"test": "npm run generate && npm run format && npm run build && npm run test-coverage"
"test": "npm run generate && npm run format && npm run test-coverage"
},
"nyc": {
"check-coverage": true,
Expand Down Expand Up @@ -104,9 +99,6 @@
"null": "ignore"
}
]
},
"ignores": [
"remark-lint.js"
]
}
}
}

0 comments on commit 5912962

Please sign in to comment.