/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.1.2
auto/package.json
13 строк
366 B
Dan Onoshko
fix: package.json fields fixes for old jest-resolver versions (#11033)
05 янв 2023, 18:28
Не верифицирован
05 янв 2023, 18:28
2cde2bf
Код
Авторство
О чём код?
{ "name": "chart.js-auto", "private": true, "description": "Auto registering package. Exists to support bundlers without exports support such as webpack 4.", "type": "module", "main": "./auto.cjs", "exports": { "types": "./auto.d.ts", "import": "./auto.js", "require": "./auto.cjs" }, "types": "./auto.d.ts" }