File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments