Skip to content

Commit

Permalink
deps: move xliff to dev dep (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless authored Jul 7, 2022
1 parent c70b0ff commit edc5995
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"tslib": "^2.4.0",
"typeface-roboto": "1.1.13",
"typeface-roboto-condensed": "1.1.13",
"xliff": "^6.0.3",
"zone.js": "~0.11.5"
},
"devDependencies": {
Expand Down Expand Up @@ -181,7 +180,8 @@
"ts-mockito": "2.6.1",
"ts-morph": "15.0.0",
"ts-node": "~10.8.0",
"typescript": "~4.6.4"
"typescript": "~4.6.4",
"xliff": "^6.0.3"
},
"lint-staged": {
"docs/**/*.md": [
Expand Down

0 comments on commit edc5995

Please sign in to comment.