@ikunin/sprintpilot 2.1.0 → 2.1.1
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/lib/commands/install.js
CHANGED
|
@@ -73,6 +73,7 @@ const RUNTIME_RESOURCES = [
|
|
|
73
73
|
'Sprintpilot.md',
|
|
74
74
|
'manifest.yaml',
|
|
75
75
|
'.secrets-allowlist',
|
|
76
|
+
'bin',
|
|
76
77
|
'lib',
|
|
77
78
|
'modules',
|
|
78
79
|
'scripts',
|
|
@@ -1378,5 +1379,6 @@ module.exports = {
|
|
|
1378
1379
|
DEFAULT_RETROSPECTIVE_MODE,
|
|
1379
1380
|
COMPLEXITY_PROFILES,
|
|
1380
1381
|
DEFAULT_COMPLEXITY_PROFILE,
|
|
1382
|
+
RUNTIME_RESOURCES,
|
|
1381
1383
|
},
|
|
1382
1384
|
};
|
package/package.json
CHANGED