Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 20, 2021
1 parent 6191849 commit 2feb795
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"hast-util-to-string": "^1.0.0",
"prettier": "^2.0.0",
"rehype-parse": "^7.0.0",
"remark-cli": "^9.0.0-alpha.1",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"tinyify": "^3.0.0",
"unified": "^9.0.0",
"xo": "^0.33.0"
"xo": "^0.37.0"
},
"scripts": {
"generate": "node build",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"build-bundle": "browserify . -s htmlVoidElements > html-void-elements.js",
"build-mangle": "browserify . -s htmlVoidElements -p tinyify > html-void-elements.min.js",
"build-bundle": "browserify . -s htmlVoidElements -o html-void-elements.js",
"build-mangle": "browserify . -s htmlVoidElements -p tinyify -o html-void-elements.min.js",
"build": "npm run build-bundle && npm run build-mangle",
"test-api": "node test",
"test": "npm run format && npm run build && npm run test-api"
Expand All @@ -64,7 +64,7 @@
"prettier": true,
"esnext": false,
"rules": {
"unicorn/no-fn-reference-in-iterator": "off"
"unicorn/no-array-callback-reference": "off"
},
"ignores": [
"html-void-elements.min.js"
Expand Down

0 comments on commit 2feb795

Please sign in to comment.