cdnjs-importer
cdnjs-importer copied to clipboard
The library does not found on npm but importer add npm auto-update config
I take titatoggle as an example. This library does not be published on NPM, but importer added npm auto-update config in package.json. It should use git auto-update instead of npm autoupdate.
"npmName": "TiTaToggle",
"npmFileMap": [
{
"basePath": "/dist",
"files": [
"**/*"
]
}
]
btw, if there is a dist folder, basePath
should be "dist". We don't need the slash.