offline-npm-manager 1.0.9 → 1.0.10

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
@@ -43,7 +43,7 @@ npm install -g offline-npm-manager
43
43
 
44
44
  This installs the `offline-npm` command globally.
45
45
 
46
- ### Uninstall Globally
46
+ ### uninstall Globally
47
47
 
48
48
  ```bash
49
49
  npm uninstall -g offline-npm-manager
@@ -272,6 +272,14 @@ Check spelling or internet connection.
272
272
  offline-npm add express --deps
273
273
  ```
274
274
 
275
+ ---
276
+
277
+ ## Changelog
278
+
279
+ ### Version 1.0.10 (Latest)
280
+
281
+ ---
282
+
275
283
  ## License
276
284
 
277
285
  MIT
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.9",
624
+ version: "1.0.10",
625
625
  description: "Download npm packages online, install them offline later",
626
626
  bin: {
627
627
  "offline-npm": "./dist/cli.cjs"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "offline-npm-manager",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Download npm packages online, install them offline later",
5
5
  "bin": {
6
6
  "offline-npm": "./dist/cli.cjs"