canvasxpress-cli 36.7.56 → 37.1.72

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": "canvasxpress-cli",
3
- "version": "36.7.56",
3
+ "version": "37.1.72",
4
4
  "license": {
5
5
  "type": "GPL-3.0-or-later",
6
6
  "url": "https://www.gnu.org/licenses/gpl.html"
@@ -383,6 +383,10 @@ div.cxc {
383
383
  color: #4575b4;
384
384
  }
385
385
 
386
+ .json-comment {
387
+ color: #397300
388
+ }
389
+
386
390
  div.CanvasXpressCode {
387
391
  border: 1px solid rgb(51, 122, 183);
388
392
  border-radius: 5px;