propagate-cli 1.9.11 → 1.9.12

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.
@@ -90,3 +90,10 @@ function propagateDevDependencies(releases, releaseMap, releaseGraph) {
90
90
  }
91
91
  });
92
92
  }
93
+
94
+ /*
95
+ occam-grammars
96
+ occam-custom-grammars
97
+ occam-documents
98
+ occam-verifier
99
+ */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "propagate-cli",
3
3
  "author": "James Smith",
4
- "version": "1.9.11",
4
+ "version": "1.9.12",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/propagate-cli",
7
7
  "description": "Propagate updated packages throughout a project.",