/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/integration/node-commonjs/package.json
12 строк
272 B
Dan Onoshko
fix: hotfix chart.js/auto for commonjs (#10992)
16 дек 2022, 15:53
Не верифицирован
16 дек 2022, 15:53
bc84a98
Код
Авторство
О чём код?
{ "private": true, "description": "chart.js should work in Node", "scripts": { "test": "npm run test-index && npm run test-auto", "test-index": "node test.js", "test-auto": "node test-auto.js" }, "dependencies": { "chart.js": "workspace:*" } }