occam-directed-graphs 3.0.36 → 3.0.37

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Occam Directed Graphs
2
2
 
3
- Directed graphs comprised of directed acyclic graphs together with cycles for [Occam](https://github.com/djalbat/occam).
3
+ Occam's directed graphs.
4
4
 
5
5
  ### Contents
6
6
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "occam-directed-graphs",
3
3
  "author": "James Smith",
4
- "version": "3.0.36",
4
+ "version": "3.0.37",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/occam-directed-graphs",
7
- "description": "Directed graphs comprised of directed acyclic graphs together with cycles.",
7
+ "description": "Occam's directed graphs.",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/djalbat/occam-directed-graphs"