1.1.12 • Published 2 years ago

pm-keeper v1.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pm-keeper

A simple way to force package-manager in your project.

usage

Add a preinstall script in your project's package.json, link this:

{
  "scripts": {
    "preinstall": "npx pm-keeper npm"
  }
}

And force the package-manager's version

{
  "scripts": {
    "preinstall": "npx pm-keeper npm@6.14.11"
  }
}

or

{
  "scripts": {
    "preinstall": "npx pm-keeper npm 6.14.11"
  }
}

Of course, you can set a options in your package.json, link this:

{
  "scripts": {
    "preinstall": "npx pm-keeper"
  },
  "pmKeeper": {
    "name": "npm",
    "version": "6.14.1" // optional
  }
}

have fun

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago