Skip to content

Commit

Permalink
fixed lower indices
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaton committed Jan 11, 2025
1 parent d80ae90 commit f922cde
Show file tree
Hide file tree
Showing 8 changed files with 1,622 additions and 1,944 deletions.
445 changes: 222 additions & 223 deletions index.html

Large diffs are not rendered by default.

29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "pink-trombone",
"version": "1.0.0",
"type": "module",
"description": "A refactoring of Pink Trombone",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"rollup": "^4.9.1"
}
"name": "pink-trombone",
"version": "1.0.0",
"type": "module",
"description": "A refactoring of Pink Trombone",
"main": "index.js",
"scripts": {
"build": "rollup -c rollup.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"rollup": "^4.9.1"
}
}
Loading

0 comments on commit f922cde

Please sign in to comment.