Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 13, 2020
1 parent 57fbb54 commit ebe882e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
.nyc_output/
coverage/
iso-639-3.js
iso-639-3.min.js
*.md
*.json
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"dependencies": {},
"devDependencies": {
"bail": "^1.0.0",
"browserify": "^16.0.0",
"browserify": "^17.0.0",
"concat-stream": "^2.0.0",
"d3-dsv": "^1.0.0",
"d3-dsv": "^2.0.0",
"prettier": "^2.0.0",
"remark-cli": "^8.0.0",
"remark-preset-wooorm": "^7.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"xo": "^0.29.0",
"remark-cli": "^9.0.0-alpha.1",
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"tinyify": "^3.0.0",
"xo": "^0.33.0",
"yauzl": "^2.0.0"
},
"scripts": {
"generate": "node build",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"build-bundle": "browserify index.json -s iso6393 -o iso-639-3.js",
"build-mangle": "browserify index.json -s iso6393 -p tinyify -o iso-639-3.min.js",
"build": "npm run build-bundle && npm run build-mangle",
Expand All @@ -64,6 +64,9 @@
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"unicorn/no-fn-reference-in-iterator": "off"
},
"ignores": [
"iso-639-3.js"
]
Expand Down

0 comments on commit ebe882e

Please sign in to comment.