Skip to content

Commit

Permalink
feat(ui): make colors more flashy and complimentary
Browse files Browse the repository at this point in the history
  • Loading branch information
brewcoua committed Jun 10, 2024
1 parent 480a237 commit f6b250f
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 411 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"name": "@brewcoua/web-som",
"version": "1.1.3",
"description": "Set-of-Marks script for web grounding, used for web agent automation",
"homepage": "https://github.com/brewcoua/web-som#readme",
"license": "(MIT OR Apache-2.0)",
"keywords": [
"web",
"agent",
"automation",
"set-of-marks",
"som"
],
"author": {
"name": "Brewen Couaran",
"email": "contact@brewen.dev",
Expand Down Expand Up @@ -36,10 +46,8 @@
"url": "https://github.com/brewcoua/web-som/issues",
"email": "contact@brewen.dev"
},
"description": "Set-of-Marks script for web grounding, used for web agent automation",
"homepage": "https://github.com/brewcoua/web-som#readme",
"license": "(MIT OR Apache-2.0)",
"scripts": {
"build": "rollup -c"
"build": "rollup -c",
"build:watch": "rollup -c -w"
}
}
4 changes: 3 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export default {
},
],
plugins: [
typescript(),
typescript({
outputToFilesystem: true,
}),
string({
include: '**/*.css',
exclude: ['node_modules/**'],
Expand Down
Loading

0 comments on commit f6b250f

Please sign in to comment.