Skip to content

Commit eb20254

Browse files
committed
0.4.0
1 parent cd3d25c commit eb20254

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<meta name="color-scheme" content="light">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<title>tape: colors that stick.</title>
8+
<title>tape: vivid colors that stick</title>
99

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

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

1818
<meta property="og:image" content="https://user-images.githubusercontent.com/949985/44696984-a481fd00-aa2e-11e8-8bd8-6e5381195617.png">

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
11
{
22
"name": "@s9a/tape",
3-
"version": "0.3.0",
4-
"description": "Colors that stick.",
3+
"version": "0.4.0",
4+
"description": "vivid colors that stick since 2018",
55
"main": "tape.css",
66
"license": "0BSD",
7-
"homepage": "https://s9a.github.io/tape/",
7+
"homepage": "https://s9a.github.io/tape",
8+
"funding": "https://github.com/orgs/s9a/people",
89
"scripts": {
10+
"firefox": "open -a firefox index.html || start firefox index.html",
11+
"start": "npm run firefox",
912
"test": "node test"
1013
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/s9a/tape.git"
14-
},
14+
"repository": "github:s9a/tape",
1515
"bugs": {
1616
"url": "https://github.com/s9a/tape/issues"
1717
},
1818
"keywords": [
19+
"prefers-contrast",
1920
"color palette",
2021
"color scheme",
2122
"color system",
23+
"colorful",
24+
"contrast",
2225
"palette",
23-
"simple",
26+
"colours",
2427
"colors",
28+
"colour",
2529
"color",
30+
"vivid",
2631
"neon",
2732
"vibe",
2833
"css"

0 commit comments

Comments
 (0)