From d34fba29e721e63f2a790be18d57f5c0aee5e338 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 13 Jun 2019 10:31:17 +0000 Subject: [PATCH] fix: pin rollup-plugin-node-resolve to 5.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58e12af..081e1b8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-json": "^4.0.0", - "rollup-plugin-node-resolve": "^5.0.1", + "rollup-plugin-node-resolve": "5.0.1", "rollup-plugin-uglify": "^6.0.0", "rollup-watch": "^4.3.1", "sinon": "^7.3.2"