From 445230526fc026c8b80e23707759f2efbc11ec9f Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 13 Oct 2016 09:39:12 +0100 Subject: [PATCH] Remove accidentally comitted babel updgrade hack Was trying to force it to upgrade babel to the stub babel 6 package rather than leaving the babel 5 ones, but it's too hacky. Also remove the outdated comment. --- package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package.json b/package.json index 1778a44d29..3cb23990f3 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,6 @@ "velocity-vector": "vector-im/velocity#059e3b2", "whatwg-fetch": "^1.0.0" }, - "//babelversion": [ - "brief experiments with babel6 seems to show that it generates source ", - "maps which confuse chrome and make setting breakpoints tricky. So ", - "let's stick with v5 for now." - ], "devDependencies": { "babel-cli": "^6.5.2", "babel-core": "^6.14.0", @@ -89,8 +84,5 @@ "sinon": "^1.17.3", "source-map-loader": "^0.1.5", "webpack": "^1.12.14" - }, - "optionalDependencies": { - "babel": "6.5.2" } }