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.
This commit is contained in:
parent
51f6b94c26
commit
445230526f
1 changed files with 0 additions and 8 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue