Skip to content

Commit a251cd3

Browse files
author
Jon Gold
committed
update package.json
1 parent abe064e commit a251cd3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
{
22
"name": "tachyons-js",
33
"version": "0.1.0",
4-
"description": "Yo dawg I heard you liked Tachyons in your JavaScript",
4+
"description": "Tachyons for your favorite inline-styles package",
55
"main": "index.js",
66
"scripts": {
77
"build": "node generate.js"
88
},
99
"author": "Jon Gold <jon.gold@airbnb.com>",
1010
"license": "MIT",
1111
"repository": "jongold/tachyons-js",
12+
"keywords": [
13+
"css",
14+
"oocss",
15+
"functional css",
16+
"design",
17+
"responsive",
18+
"performance"
19+
],
1220
"devDependencies": {
1321
"native-css": "^1.2.3",
1422
"ramda": "^0.21.0",

0 commit comments

Comments
 (0)