offline-npm-manager 1.0.10 → 1.0.11

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.
package/README.md CHANGED
@@ -276,7 +276,7 @@ offline-npm add express --deps
276
276
 
277
277
  ## Changelog
278
278
 
279
- ### Version 1.0.10 (Latest)
279
+ ### Version 1.0.11 (Latest)
280
280
 
281
281
  ---
282
282
 
package/dist/cli.cjs CHANGED
@@ -621,7 +621,7 @@ var require_package = __commonJS({
621
621
  "package.json"(exports2, module2) {
622
622
  module2.exports = {
623
623
  name: "offline-npm-manager",
624
- version: "1.0.10",
624
+ version: "1.0.11",
625
625
  description: "Download npm packages online, install them offline later",
626
626
  bin: {
627
627
  "offline-npm": "./dist/cli.cjs"
@@ -651,7 +651,8 @@ var require_package = __commonJS({
651
651
  license: "MIT",
652
652
  files: [
653
653
  "bin",
654
- "dist"
654
+ "dist",
655
+ "README.md"
655
656
  ],
656
657
  dependencies: {
657
658
  commander: "^11.1.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "offline-npm-manager",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Download npm packages online, install them offline later",
5
5
  "bin": {
6
6
  "offline-npm": "./dist/cli.cjs"
@@ -30,7 +30,8 @@
30
30
  "license": "MIT",
31
31
  "files": [
32
32
  "bin",
33
- "dist"
33
+ "dist",
34
+ "README.md"
34
35
  ],
35
36
  "dependencies": {
36
37
  "commander": "^11.1.0"