Skip to content

Commit

Permalink
fix: Try to fix import resolving by setting main in package.json (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Varpuspaavi authored Sep 12, 2023
1 parent 6bac6e5 commit 682e0c6
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 444 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-phraseapp",
"version": "4.1.0",
"version": "4.1.1",
"description": "The In-Context-Editor for react using react-intl",
"homepage": "https://phrase.com",
"scripts": {
Expand All @@ -20,17 +20,17 @@
"author": "Phrase",
"license": "MIT",
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/node": "^20.5.7",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"@types/react-test-renderer": "^18.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.2.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^18.2.0",
"react-intl": "^6.4.4",
"react-intl": "^6.4.6",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
Expand All @@ -45,6 +45,7 @@
"files": [
"dist/"
],
"main": "dist/index.js",
"sideEffects": false,
"jest": {
"transform": {
Expand Down
Loading

0 comments on commit 682e0c6

Please sign in to comment.