offcourse 0.0.1 → 0.0.2

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 (3) hide show
  1. package/README.md +5 -0
  2. package/cli.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Offcourse
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/offcourse?color=cb0000&label=npm)](https://www.npmjs.com/package/offcourse)
4
+ [![npm downloads](https://img.shields.io/npm/dm/offcourse?color=cb0000)](https://www.npmjs.com/package/offcourse)
5
+ [![license](https://img.shields.io/npm/l/offcourse?color=cb0000)](https://github.com/sebastian-software/offcourse/blob/main/LICENSE)
6
+ [![node](https://img.shields.io/node/v/offcourse?color=cb0000)](https://nodejs.org)
7
+
3
8
  Download online courses for offline access – of course! 📚
4
9
 
5
10
  > 🚧 **Coming Soon** – This package is currently in private development.
package/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const VERSION = "0.0.1";
3
+ const VERSION = "0.0.2";
4
4
 
5
5
  const banner = `
6
6
  ╔═══════════════════════════════════════════════════════════════╗
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "offcourse",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Download online courses for offline access – of course! 📚",
5
5
  "type": "module",
6
6
  "bin": {