From 32d35a3dcfb2c059b1ad753b6612a89cb8a91f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 18 Aug 2017 15:22:58 +0800 Subject: [PATCH] fix: babel-runtime version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4eccaab16..216147039 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "author": "youzanfe", "license": "ISC", "dependencies": { - "babel-runtime": "^6.26.0", + "babel-runtime": "6.x", "vue-lazyload": "^1.0.6" }, "peerDependencies": {