Skip to content

Releases: Thinkmill/manypkg

@manypkg/[email protected]

11 Dec 21:59
2db7e88
Compare
Choose a tag to compare

Patch Changes

@manypkg/[email protected]

15 Sep 04:52
311f86e
Compare
Choose a tag to compare

Patch Changes

@manypkg/[email protected]

10 Sep 00:51
748ad6d
Compare
Choose a tag to compare

Minor Changes

@manypkg/[email protected]

11 Aug 23:01
16393f9
Compare
Choose a tag to compare

Patch Changes

@manypkg/[email protected]

11 Aug 23:01
16393f9
Compare
Choose a tag to compare

Patch Changes

@manypkg/[email protected]

11 Aug 23:01
16393f9
Compare
Choose a tag to compare

Minor Changes

  • f2e890e #68 Thanks @mitchellhamilton! - Ignore invalid ranges on external dependencies to allow git and other types of dependencies and allow people to ignore the external mismatch rule for certain dependencies by making dependencies npm:^1.0.0 instead of ^1.0.0.

Patch Changes

@manypkg/[email protected]

25 Jun 11:48
4cad296
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@manypkg/[email protected]

25 Jun 11:48
4cad296
Compare
Choose a tag to compare

Minor Changes

@manypkg/[email protected]

25 Jun 11:48
4cad296
Compare
Choose a tag to compare

Minor Changes

  • f8f60d9 #67 Thanks @jesstelford! - Add package.json#manypkg config object:

    {
      "manypkg": {}
    }
    

    To support setting a default branch for the INCORRECT_REPOSITORY_FIELD check/fix, a new config option can be set:

    {
      "manypkg": {
        "defaultBranch": "master"
      }
    }
    

    The default defaultBranch is "master".

Patch Changes

@manypkg/[email protected]

11 May 01:57
8c2ca75
Compare
Choose a tag to compare

Minor Changes

  • 3be8695 #61 Thanks @mitchellhamilton! - Remove check requiring that all devDependencies must be *. This has been removed because pre-release versions are not satisfied by * which means that you previously couldn't use Manypkg, have internal devDependencies and have pre-releases