erdos-problems 0.2.8 → 0.2.9

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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # erdos-problems
2
2
 
3
+ Maintained by Fractal Research Group (`frg.earth`).
4
+
3
5
  > CLI and workspace for Paul Erdos problems.
4
6
  >
5
7
  > Browse the atlas, scaffold a dossier, and keep public status, local route state, and verification records separate.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erdos-problems",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "CLI atlas and workspace tools for Paul Erdos problems.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -36,6 +36,7 @@
36
36
  "agents",
37
37
  "sunflower"
38
38
  ],
39
+ "author": "Fractal Research Group <cody@frg.earth>",
39
40
  "dependencies": {
40
41
  "breakthroughs": "^0.1.1",
41
42
  "yaml": "^2.8.3"