Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

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

Description

@pvnr0082t

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions