Skip to content

Commit ef459f2

Browse files
Merge branch 'hotfix/update-babel'
2 parents 0a88620 + fd49b0c commit ef459f2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.1.15
4+
5+
* Update Babel to 5.5 because of a bug with Babel 5.1 runtime.
6+
37
## 2.1.14
48

59
* Make `access` work when not autofilled ([#399](https://github.com/SassDoc/sassdoc/issues/399))

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://twitter.com/pascalduez"
2222
}
2323
],
24-
"version": "2.1.14",
24+
"version": "2.1.15",
2525
"license": "MIT",
2626
"repository": {
2727
"type": "git",
@@ -75,7 +75,7 @@
7575
"README.md"
7676
],
7777
"dependencies": {
78-
"babel-runtime": "5.1.*",
78+
"babel-runtime": "5.5.*",
7979
"chalk": "^1.0.0",
8080
"concat-stream": "^1.4.7",
8181
"docopt": "^0.6.1",
@@ -99,7 +99,7 @@
9999
"vinyl-source-stream": "^1.0.0"
100100
},
101101
"devDependencies": {
102-
"babel": "5.1.*",
102+
"babel": "5.5.*",
103103
"babel-eslint": "^2.0.2",
104104
"coveralls": "^2.11.2",
105105
"dateformat": "^1.0.11",

0 commit comments

Comments
 (0)