Skip to content

Commit 974ab6f

Browse files
authored
fix: typos in package.json files (#1760)
* fix: typos in package.json files * chore: update changelog
1 parent b691da0 commit 974ab6f

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG-1.x.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: Pfe-Primary-Detail - Fixing animation jank when expanding a section in compact mode
2-
1+
- [5393d18](https://github.com/patternfly/patternfly-elements/commit/) fix: Pfe-Primary-Detail - Fixing animation jank when expanding a section in compact mode
2+
- [b691da0](https://github.com/patternfly/patternfly-elements/commit/) docs: Adjust example code block for typography classes
3+
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: typos in package.json files
34
# 1.11.0 (2021-08-18)
45

56
- [489c561](https://github.com/patternfly/patternfly-elements/commit/489c561fd825bd7f84ebd3c1addbdeac28304a0e) feat: Pfe-Primary-Detail - Added much improved a11y and keyboard navigation, added mobile optimized layout behavior, and added thorough tests using new framework.

elements/pfe-badge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"access": "public"
3030
},
3131
"main": "./dist/pfe-badge.umd.js",
32-
"module": "./dist/pfe-bade.js",
32+
"module": "./dist/pfe-badge.js",
3333
"unpkg": "./dist/pfe-badge.umd.min.js",
3434
"files": [
3535
"dist"
@@ -66,4 +66,4 @@
6666
"bugs": {
6767
"url": "https://github.com/patternfly/patternfly-elements/issues"
6868
}
69-
}
69+
}

elements/pfe-modal/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"iOS >= 8",
2929
"ie 11"
3030
],
31-
"main": "./dist/pfe-modal.umd.umd.js",
32-
"module": "pfe-modal.js",
33-
"unpkg": "./dist/pfe-modal.umd.umd.min.js",
31+
"main": "./dist/pfe-modal.umd.js",
32+
"module": "./dist/pfe-modal.js",
33+
"unpkg": "./dist/pfe-modal.umd.min.js",
3434
"files": [
3535
"dist"
3636
],
@@ -60,4 +60,4 @@
6060
"bugs": {
6161
"url": "https://github.com/patternfly/patternfly-elements/issues"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)