Skip to content

Commit 1f71f5a

Browse files
committed
fix bug #5
1 parent d1ba10b commit 1f71f5a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [0.12.1] - 2017-10-11
4+
- fix bug: bug about '$$' #5
5+
36
## [0.12.0] - 2017-08-23
47
- feature: support import plain file like .less .css .jpg
58

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"leven": "^2.1.0",
116116
"open": "^0.0.5",
117117
"parse-comment-es6": "^0.5.5",
118-
"parse-import-es6": "^0.5.8",
118+
"parse-import-es6": "^0.5.9",
119119
"require-relative": "^0.8.7"
120120
}
121121
}

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1201,9 +1201,9 @@ parse-glob@^3.0.4:
12011201
is-extglob "^1.0.0"
12021202
is-glob "^2.0.0"
12031203

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"
12071207
dependencies:
12081208
parse-comment-es6 "^0.5.4"
12091209

0 commit comments

Comments
 (0)