Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Nov 22, 2021
1 parent cd3d25c commit eb20254
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<meta name="color-scheme" content="light">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>tape: colors that stick.</title>
<title>tape: vivid colors that stick</title>

<link rel="stylesheet" href="tape.css">
<link rel="stylesheet" href="demo.css">
<link rel="icon" href="https://user-images.githubusercontent.com/949985/45119529-95770b00-b110-11e8-9679-8e97026c83d4.png">
<link rel="canonical" href="https://s9a.github.io/tape">

<meta name="description" content="tape color system opensource CSS">
<meta name="description" content="tape color system. opensource CSS. vivid web design. plug and play code.">
<meta property="og:description" content="LoFi color code">

<meta property="og:image" content="https://user-images.githubusercontent.com/949985/44696984-a481fd00-aa2e-11e8-8bd8-6e5381195617.png">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
{
"name": "@s9a/tape",
"version": "0.3.0",
"description": "Colors that stick.",
"version": "0.4.0",
"description": "vivid colors that stick since 2018",
"main": "tape.css",
"license": "0BSD",
"homepage": "https://s9a.github.io/tape/",
"homepage": "https://s9a.github.io/tape",
"funding": "https://github.com/orgs/s9a/people",
"scripts": {
"firefox": "open -a firefox index.html || start firefox index.html",
"start": "npm run firefox",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s9a/tape.git"
},
"repository": "github:s9a/tape",
"bugs": {
"url": "https://github.com/s9a/tape/issues"
},
"keywords": [
"prefers-contrast",
"color palette",
"color scheme",
"color system",
"colorful",
"contrast",
"palette",
"simple",
"colours",
"colors",
"colour",
"color",
"vivid",
"neon",
"vibe",
"css"
Expand Down

0 comments on commit eb20254

Please sign in to comment.