Update Compatibility panel README.md file
Categories
(DevTools :: Inspector: Compatibility, task, P3)
Tracking
(Not tracked)
People
(Reporter: Honza, Unassigned)
Details
mdn-browser-compat-data is planning to make breaking changes in the next several weeks rename to @mdn/browser-compat-data).
See also: https://github.com/mdn/browser-compat-data/issues/6640
Two things change:
- We need to install the package by
npm install @mdn/browser-compat-data - We need to import the module by
require("mdn-browser-compat-data")
We should make sure that our instruction in the README.md file are updated accordingly.
https://searchfox.org/mozilla-central/source/devtools/client/inspector/compatibility/README.md
Honza
Comment 1•5 years ago
|
||
Over the last couple of weeks, I've begun publishing @mdn/browser-compat-data and, today, I deprecated the old package name. There's upgrade instructions too, though they look very similar to the comment above. It shouldn't be much work to switch over, but please give me a shout if you run into problems. :-)
| Reporter | ||
Comment 2•5 years ago
|
||
The readme file has been updated as part of bug 1662653
Honza
Description
•