From f538c3939e159bbb2c8d5171d5d1e45b87496c84 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sat, 27 Feb 2016 16:48:26 -0800 Subject: [PATCH] move babel transform plugin dev dep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7df2c82..1a3ec03 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "dependencies": { "arr-flatten": "1.0.1", "array-unique": "0.2.1", - "babel-plugin-transform-runtime": "6.5.2", "babel-runtime": "6.5.0", "bytes": "2.3.0", "chalk": "1.1.1", @@ -32,6 +31,7 @@ "alpha-sort": "1.0.2", "ava": "0.12.0", "babel-eslint": "4.1.8", + "babel-plugin-transform-runtime": "6.5.2", "babel-plugin-syntax-async-functions": "6.3.13", "babel-plugin-transform-async-to-generator": "6.4.6", "babel-preset-es2015": "6.3.13",