Skip to content

Commit e924648

Browse files
authored
Merge pull request #23 from PolymerLabs/missingdeps
Move some required packages from devDependencies to dependencies
2 parents 33eaa17 + 580d158 commit e924648

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@
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": {
@@ -53,11 +56,8 @@
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
}

0 commit comments

Comments
 (0)