File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.1.15
4
+
5
+ * Update Babel to 5.5 because of a bug with Babel 5.1 runtime.
6
+
3
7
## 2.1.14
4
8
5
9
* Make ` access ` work when not autofilled ([ #399 ] ( https://github.com/SassDoc/sassdoc/issues/399 ) )
Original file line number Diff line number Diff line change 21
21
"url" : " https://twitter.com/pascalduez"
22
22
}
23
23
],
24
- "version" : " 2.1.14 " ,
24
+ "version" : " 2.1.15 " ,
25
25
"license" : " MIT" ,
26
26
"repository" : {
27
27
"type" : " git" ,
75
75
" README.md"
76
76
],
77
77
"dependencies" : {
78
- "babel-runtime" : " 5.1 .*" ,
78
+ "babel-runtime" : " 5.5 .*" ,
79
79
"chalk" : " ^1.0.0" ,
80
80
"concat-stream" : " ^1.4.7" ,
81
81
"docopt" : " ^0.6.1" ,
99
99
"vinyl-source-stream" : " ^1.0.0"
100
100
},
101
101
"devDependencies" : {
102
- "babel" : " 5.1 .*" ,
102
+ "babel" : " 5.5 .*" ,
103
103
"babel-eslint" : " ^2.0.2" ,
104
104
"coveralls" : " ^2.11.2" ,
105
105
"dateformat" : " ^1.0.11" ,
You can’t perform that action at this time.
0 commit comments