UNPKG

html-spec-tags

Version:

All HTML tags supported by the current spec. With types!

13 lines (11 loc) 298 B
import {baseNcuConfig} from '@virmator/deps/configs/ncu.config.base'; import {RunOptions} from 'npm-check-updates'; export const ncuConfig: RunOptions = { ...baseNcuConfig, // exclude these reject: [ ...baseNcuConfig.reject, ], // include only these filter: [], };