cdnjs-importer icon indicating copy to clipboard operation
cdnjs-importer copied to clipboard

The library does not found on npm but importer add npm auto-update config

Open pvnr0082t opened this issue 8 years ago • 0 comments

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.

pvnr0082t avatar May 13 '16 07:05 pvnr0082t