learn_bash_from_session_data 1.0.9 → 1.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "learn_bash_from_session_data",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Learn bash from your Claude Code sessions - extracts commands and generates interactive HTML lessons with 400+ commands, quizzes, and comprehensive coverage",
5
5
  "main": "bin/learn-bash.js",
6
6
  "bin": {
@@ -27,6 +27,13 @@
27
27
  "engines": {
28
28
  "node": ">=14.0.0"
29
29
  },
30
+ "files": [
31
+ "bin/",
32
+ "scripts/*.py",
33
+ "scripts/__init__.py",
34
+ "README.md",
35
+ "LICENSE"
36
+ ],
30
37
  "repository": {
31
38
  "type": "git",
32
39
  "url": "git+https://github.com/bjpl/learn_bash_from_session_data.git"