Skip to content

Commit 3b17245

Browse files
committed
keywords
1 parent b33d215 commit 3b17245

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

package.json

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"verbose": "true"
88
},
99
"bugs": "https://github.com/static-dev/spike-css-standards/issues",
10+
"dependencies": {
11+
"cssnano": "^3.7.4",
12+
"postcss-cssnext": "^2.7.0",
13+
"postcss-import": "^8.1.2",
14+
"rucksack-css": "^0.8.6",
15+
"sugarss": "^0.1.5"
16+
},
1017
"devDependencies": {
1118
"ava": "^0.16.0",
1219
"coveralls": "^2.11.12",
@@ -19,20 +26,19 @@
1926
"node": ">= 6"
2027
},
2128
"homepage": "https://github.com/static-dev/spike-css-standards",
29+
"keywords": [
30+
"css",
31+
"postcss-plugin",
32+
"spike",
33+
"standards"
34+
],
2235
"license": "MIT",
2336
"main": "lib",
2437
"repository": "static-dev/spike-css-standards",
2538
"scripts": {
26-
"test": "nyc ava",
27-
"lint": "standard | snazzy",
2839
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
29-
"coveralls": "nyc report --reporter=text-lcov | coveralls"
30-
},
31-
"dependencies": {
32-
"cssnano": "^3.7.4",
33-
"postcss-cssnext": "^2.7.0",
34-
"postcss-import": "^8.1.2",
35-
"rucksack-css": "^0.8.6",
36-
"sugarss": "^0.1.5"
40+
"coveralls": "nyc report --reporter=text-lcov | coveralls",
41+
"lint": "standard | snazzy",
42+
"test": "nyc ava"
3743
}
3844
}

0 commit comments

Comments
 (0)