From 2e8e6b4e8d65c04751d0bb9fa8f4a4541cca5714 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 19 Aug 2019 16:18:49 -0700 Subject: [PATCH] Pin standard to workaround npm bug https://github.com/standard/standard/issues/1359 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d532daf..0e4518c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/feross/safe-buffer/issues" }, "devDependencies": { - "standard": "*", + "standard": "^12.0.0", "tape": "^4.0.0" }, "homepage": "https://github.com/feross/safe-buffer",