File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.12.1] - 2017-10-11
4
+ - fix bug: bug about '$$' #5
5
+
3
6
## [ 0.12.0] - 2017-08-23
4
7
- feature: support import plain file like .less .css .jpg
5
8
Original file line number Diff line number Diff line change 115
115
"leven" : " ^2.1.0" ,
116
116
"open" : " ^0.0.5" ,
117
117
"parse-comment-es6" : " ^0.5.5" ,
118
- "parse-import-es6" : " ^0.5.8 " ,
118
+ "parse-import-es6" : " ^0.5.9 " ,
119
119
"require-relative" : " ^0.8.7"
120
120
}
121
121
}
Original file line number Diff line number Diff line change @@ -1201,9 +1201,9 @@ parse-glob@^3.0.4:
1201
1201
is-extglob "^1.0.0"
1202
1202
is-glob "^2.0.0"
1203
1203
1204
- parse-import-es6@^0.5.8 :
1205
- version "0.5.8 "
1206
- resolved "http://registry.npm.taobao.org/parse-import-es6/download/parse-import-es6-0.5.8 .tgz#3dccb518c12d07a43da3e38f409310dad9cd29ce "
1204
+ parse-import-es6@^0.5.9 :
1205
+ version "0.5.9 "
1206
+ resolved "http://registry.npm.taobao.org/parse-import-es6/download/parse-import-es6-0.5.9 .tgz#a049ef065c98035d676b0c3e8d7a9f79550af9d1 "
1207
1207
dependencies :
1208
1208
parse-comment-es6 "^0.5.4"
1209
1209
You can’t perform that action at this time.
0 commit comments