File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " template-string-optimize-loader" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " template string optimize loader module for webpack" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
9
9
"author" : " chenjiahan" ,
10
10
"license" : " ISC" ,
11
11
"devDependencies" : {
12
- "acorn" : " ^4.0.4" ,
13
12
"babel" : " ^6.3.26" ,
14
13
"babel-loader" : " ^6.2.1" ,
15
14
"babel-preset-es2015" : " ^6.3.13" ,
16
- "escodegen" : " ^1.8.1" ,
17
15
"webpack" : " ^1.12.10"
18
16
},
19
17
"bugs" : {
20
18
"url" : " https://github.com/chenjiahan/template-string-optimize-loader/issues"
21
19
},
22
- "homepage" : " https://github.com/chenjiahan/template-string-optimize-loader#readme"
20
+ "homepage" : " https://github.com/chenjiahan/template-string-optimize-loader#readme" ,
21
+ "dependencies" : {
22
+ "acorn" : " ^4.0.9" ,
23
+ "escodegen" : " ^1.8.1"
24
+ }
23
25
}
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ acorn@^3.0.0:
10
10
version "3.3.0"
11
11
resolved "http://r.npm.sankuai.com/acorn/download/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
12
12
13
- acorn@^4.0.4 :
14
- version "4.0.4 "
15
- resolved "http://r.npm.sankuai.com/acorn/download/acorn-4.0.4 .tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a "
13
+ acorn@^4.0.9 :
14
+ version "4.0.9 "
15
+ resolved "http://r.npm.sankuai.com/acorn/download/acorn-4.0.9 .tgz#2d2eb458fe3f0e31062d56cf0b1839c5dc7bd288 "
16
16
17
17
align-text@^0.1.1, align-text@^0.1.3 :
18
18
version "0.1.4"
You can’t perform that action at this time.
0 commit comments