Skip to content

Commit a490fa3

Browse files
committed
Add missing readme “Installation” section import map instructions for is-plain-obj.
1 parent 8977879 commit a490fa3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Patch
66

7+
- Added missing readme “Installation” section import map instructions for [`is-plain-obj`](https://npm.im/is-plain-obj).
78
- Added [Browserslist](https://browsersl.ist) links to the readme.
89

910
## 19.0.0

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ For [Deno](https://deno.land) and browsers, an example import map (realistically
3030
"imports": {
3131
"extract-files/": "https://unpkg.com/extract-files@12.0.0/",
3232
"graphql-react/": "https://unpkg.com/graphql-react@19.0.0/",
33+
"is-plain-obj": "https://unpkg.com/is-plain-obj@4.1.0/index.js",
34+
"is-plain-obj/": "https://unpkg.com/is-plain-obj@4.1.0/",
3335
"react": "https://esm.sh/react@18.2.0",
3436
"react-waterfall-render/": "https://unpkg.com/react-waterfall-render@4.0.1/"
3537
}
@@ -39,6 +41,7 @@ For [Deno](https://deno.land) and browsers, an example import map (realistically
3941
These dependencies might not need to be in the import map, depending on what [`graphql-react`](https://npm.im/graphql-react) modules the project imports from:
4042

4143
- [`extract-files`](https://npm.im/extract-files)
44+
- [`is-plain-obj`](https://npm.im/is-plain-obj)
4245
- [`react-waterfall-render`](https://npm.im/react-waterfall-render)
4346

4447
Polyfill any required globals (see [_**Requirements**_](#requirements)) that are missing in your server and client environments.

0 commit comments

Comments
 (0)