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 13, 2021
1 parent a36e9b5 commit 1905f6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -3,9 +3,6 @@
.nyc_output/
coverage/
node_modules/
/franc.js
/franc-min.js
/franc-all.js
packages/franc-all/index.js
packages/franc-min/index.js
yarn.lock
4 changes: 0 additions & 4 deletions .prettierignore
@@ -1,6 +1,2 @@
coverage/
/franc.js
/franc-min.js
/franc-all.js
*.json
*.md
13 changes: 4 additions & 9 deletions package.json
Expand Up @@ -8,7 +8,6 @@
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"devDependencies": {
"alpha-sort": "^3.0.0",
"browserify": "^17.0.0",
"format": "^0.2.0",
"human-format": "^0.11.0",
"is-hidden": "^1.0.0",
Expand All @@ -26,7 +25,6 @@
"remark-stringify": "^8.0.0",
"speakers": "^1.0.0",
"tape": "^5.0.0",
"tinyify": "^3.0.0",
"trigrams": "^4.0.0",
"udhr": "^4.0.0",
"unicode-12.1.0": "^0.8.0",
Expand All @@ -39,14 +37,9 @@
"postinstall": "lerna bootstrap --no-ci",
"generate": "node script/build",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"build-bundle-s": "browserify packages/franc-min -s franc -p tinyify > franc-min.js",
"build-bundle-m": "browserify packages/franc -s franc -p tinyify > franc.js",
"build-bundle-l": "browserify packages/franc-all -s franc -p tinyify > franc-all.js",
"build-bundle": "npm run build-bundle-s && npm run build-bundle-m && npm run build-bundle-l",
"build": "npm run build-bundle",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test/index.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 @@ -86,7 +79,9 @@
"preset-wooorm",
[
"gfm",
{"tablePipeAlign": false}
{
"tablePipeAlign": false
}
],
[
"remark-lint-table-pipe-alignment",
Expand Down

0 comments on commit 1905f6f

Please sign in to comment.