From 8eea8aa9c166163bbab2028ba8ccf2a846f824a1 Mon Sep 17 00:00:00 2001 From: Breck Yunits Date: Sun, 1 Sep 2024 05:21:22 -1000 Subject: [PATCH] --- index.scroll | 5 ++++- package.json | 2 +- wws.js | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/index.scroll b/index.scroll index 71efb89..faf750b 100644 --- a/index.scroll +++ b/index.scroll @@ -13,4 +13,7 @@ import animation.scroll import stripeButton.scroll -Readme +Readme + center + style color:grey; + link readme.html diff --git a/package.json b/package.json index 24d18c7..3662871 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "homepage": "https://wws.scroll.pub", "dependencies": { "minimist": "^1.2.8", - "scroll-cli": "^125.0.1", + "scroll-cli": "^125.2.0", "scrollsdk": "^84.0.0" }, "devDependencies": { diff --git a/wws.js b/wws.js index a21ae10..ac3b838 100755 --- a/wws.js +++ b/wws.js @@ -5,7 +5,7 @@ const parseArgs = require("minimist") const path = require("path") const fs = require("fs") -// Scroll Notation Includes +// Particles Includes const { Disk } = require("scrollsdk/products/Disk.node.js") const { Particle } = require("scrollsdk/products/Particle.js") const { ScrollCli, ScrollFile, ScrollFileSystem } = require("scroll-cli")