Skip to content

Extra folders with package.json/files #40

@unional

Description

@unional

As I configure:

// package.json
{
  "files": [ "dist/", "typings.json" ]
  ...
}

When I install the package jspm i bit:abc (bit is my registry), all folders in the git repo are created:

bit
+--- abc@1.2.3
      +--- src
      +--- dist
      +--- spec

Those folders are correctly empty thou.
Also tried

{
  "jspm": {
    "files": ["dist/", "typings.json" ]
  }
}

with same result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions