Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 24, 2017
1 parent 5a99ea0 commit f06c789
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"browserify": "^14.1.0",
"esmangle": "^1.0.1",
"jsdom": "^9.8.3",
"remark-cli": "^2.1.0",
"remark-preset-wooorm": "^1.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^2.0.0",
"tape": "^4.4.0",
"xo": "^0.17.0"
},
"scripts": {
"build-md": "remark . --quiet --frail --output",
"build-md": "remark . -qfo",
"build-crawl": "node build",
"build-bundle": "browserify index.json --bare -s htmlTagNames > html-tag-names.js",
"build-mangle": "esmangle html-tag-names.js > html-tag-names.min.js",
Expand All @@ -50,6 +50,6 @@
]
},
"remarkConfig": {
"presets": "wooorm"
"plugins": ["preset-wooorm"]
}
}

0 comments on commit f06c789

Please sign in to comment.