Skip to content

Commit

Permalink
fixing spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksrandall committed Jul 11, 2022
1 parent 0f40229 commit 169a6ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -139,7 +139,7 @@
],
"umdName": "emotionReact",
"exports": {
"envConditoins": [
"envConditions": [
"browser",
"worker"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/package.json
Expand Up @@ -96,7 +96,7 @@
"./base.js"
],
"exports": {
"envConditoins": [
"envConditions": [
"browser",
"worker"
]
Expand Down
16 changes: 8 additions & 8 deletions packages/utils/package.json
Expand Up @@ -27,14 +27,6 @@
"default": "./dist/emotion-utils.cjs.js"
}
},
"preconstruct": {
"exports": {
"envConditoins": [
"browser",
"worker"
]
}
},
"types": "types/index.d.ts",
"license": "MIT",
"scripts": {
Expand All @@ -52,5 +44,13 @@
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"typescript": "^4.5.5"
},
"preconstruct": {
"exports": {
"envConditions": [
"browser",
"worker"
]
}
}
}

0 comments on commit 169a6ec

Please sign in to comment.