Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 1, 2024
1 parent 20b4cff commit 8eea8aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion index.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ import animation.scroll

import stripeButton.scroll

<a href="readme.html" style="text-align:center; color: grey">Readme</a>
Readme
center
style color:grey;
link readme.html
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion wws.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8eea8aa

Please sign in to comment.