File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88<!-- ## Unreleased -->
99
10+ ## [ 0.2.1] - 2020-05-13
11+
12+ - Add missing dependencies (` fs-extra ` , ` typescript ` , ` prettier ` ).
13+
1014## [ 0.2.0] - 2020-05-13
1115
1216- Add support for the XLIFF localization interchange format:
Original file line number Diff line number Diff line change 2929 },
3030 "dependencies" : {
3131 "@prettier/plugin-xml" : " ^0.7.2" ,
32+ "fs-extra" : " ^9.0.0" ,
3233 "glob" : " ^7.1.6" ,
3334 "jsonschema" : " ^1.2.6" ,
3435 "minimist" : " ^1.2.5" ,
3536 "parse5" : " ^6.0.0" ,
37+ "prettier" : " ^2.0.5" ,
3638 "source-map-support" : " ^0.5.19" ,
39+ "typescript" : " ^3.8.3" ,
3740 "xmldom" : " ^0.3.0"
3841 },
3942 "devDependencies" : {
5356 "diff" : " ^4.0.2" ,
5457 "dir-compare" : " ^2.3.0" ,
5558 "eslint" : " ^7.0.0" ,
56- "fs-extra" : " ^9.0.0" ,
5759 "lit-html" : " ^1.2.1" ,
58- "prettier" : " ^2.0.5" ,
5960 "rimraf" : " ^3.0.2" ,
60- "typescript" : " ^3.8.3" ,
6161 "typescript-json-schema" : " ^0.42.0"
6262 }
6363}
You can’t perform that action at this time.
0 commit comments