Skip to content

Commit

Permalink
fix(js sdk): Fix angular commonJs warnings TG-276 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar authored Sep 15, 2021
1 parent c5ad93d commit 84eadc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.2.2",
"description": "Library providing ability to translate messages directly in context of developed application.",
"main": "index.js",
"module": "./dist/tolgee.umd.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.2.2",
"description": "Translation mode UI for @tolgee/core package",
"main": "index.js",
"module": "./dist/tolgee-ui.umd.js",
"types": "lib/index.d.ts",
"declaration": true,
"directories": {
Expand Down

0 comments on commit 84eadc0

Please sign in to comment.