update to standard v8

The only thing we have to change is to self-close tags that don't
contain anything. This wasn't even an explicit change in standard. It
was already a rule, but I think it wasn't getting enforced very well
until a bugfix.
This commit is contained in:
Feross Aboukhadijeh
2016-08-19 01:44:28 -07:00
parent 7c36898f78
commit bb4db2cede
5 changed files with 14 additions and 14 deletions

View File

@@ -60,7 +60,7 @@
"plist": "^1.2.0",
"rimraf": "^2.5.2",
"run-series": "^1.1.4",
"standard": "^7.0.0"
"standard": "^8.0.0-beta.5"
},
"engines": {
"node": ">=4.0.0"