Skip to content

Commit

Permalink
fix: add missing typesVersions for TS<3.5 compatibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed Feb 18, 2020
1 parent f0edad2 commit 363c3d9
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
9 changes: 8 additions & 1 deletion addons/contexts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,12 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
}
3 changes: 2 additions & 1 deletion addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md"
"README.md",
"ts3.5/**/*"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
Expand Down
9 changes: 8 additions & 1 deletion addons/ondevice-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,12 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
}
9 changes: 8 additions & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,12 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
}
9 changes: 8 additions & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,12 @@
"publishConfig": {
"access": "public"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
}

0 comments on commit 363c3d9

Please sign in to comment.