@gkiely/safe-install 0.1.14 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ behind a reviewed allowlist in `package.json`.
25
25
  ignore-scripts=true
26
26
  ```
27
27
 
28
- Optionally enable (requires 11.14.0+):
28
+ Optionally enable (requires npm 11.14.0+):
29
29
 
30
30
  ```txt
31
31
  allow-git=root
@@ -37,7 +37,7 @@ allow-remote=root
37
37
  ```json
38
38
  {
39
39
  "scripts": {
40
- "safe-install": "npx -y @gkiely/safe-install0.1.14"
40
+ "safe-install": "npx -y @gkiely/safe-install0.1.15"
41
41
  }
42
42
  }
43
43
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gkiely/safe-install",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Run npm installs with lifecycle scripts disabled, then rebuild explicitly trusted dependencies.",
5
5
  "author": "Grant Kiely <grant@youneedawiki.com>",
6
6
  "license": "MIT",