Update blint dependency to fix npm t
... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
"lint": "bin/lint" | "lint": "bin/lint" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"blint": "^0.5.1", | "blint": "^1", | ||
"node-static": "0.6.0", | "node-static": "0.6.0", | ||
"phantomjs-prebuilt": "^2.1.12", | "phantomjs-prebuilt": "^2.1.12", | ||
"rollup": "^0.41.0", | "rollup": "^0.41.0", | ||
... | ... |
Please register or sign in to comment