babel-code-frame: Upgrade to js-tokens@2 (#3533)

That version brings ES2016 support. However, the difference in syntax
highlighting is not distinguishable, because both `*` and `**` get the
same color.
This commit is contained in:
Simon Lydell
2016-06-22 19:23:21 +02:00
committed by Henry Zhu
parent 8fef2bc568
commit 3d77ad9381

View File

@@ -11,6 +11,6 @@
"babel-runtime": "^6.0.0",
"chalk": "^1.1.0",
"esutils": "^2.0.2",
"js-tokens": "^1.0.2"
"js-tokens": "^2.0.0"
}
}