File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 33 "version" : " 3.0.0-beta" ,
44 "description" : " CLI for PostCSS" ,
55 "main" : " index.js" ,
6- "engines" : { "node" : " >=4" },
6+ "engines" : {
7+ "node" : " >=4"
8+ },
79 "bin" : {
810 "postcss" : " ./bin/postcss"
911 },
2022 "get-stdin" : " ^5.0.1" ,
2123 "globby" : " ^6.1.0" ,
2224 "ora" : " ^1.1.0" ,
23- "postcss" : " ^5.2.11 " ,
25+ "postcss" : " ^5.2.16 " ,
2426 "postcss-load-config" : " ^1.1.0" ,
2527 "postcss-reporter" : " ^3.0.0" ,
26- "yargs" : " ^6.6.0 "
28+ "yargs" : " ^7.0.2 "
2729 },
2830 "devDependencies" : {
29- "ava" : " ^0.18.1 " ,
30- "coveralls" : " ^2.11.15 " ,
31+ "ava" : " ^0.18.2 " ,
32+ "coveralls" : " ^2.12.0 " ,
3133 "nyc" : " ^10.1.2" ,
3234 "postcss-import" : " ^9.1.0" ,
33- "standard" : " ^8.6.0 " ,
35+ "standard" : " ^9.0.1 " ,
3436 "sugarss" : " ^0.2.0" ,
3537 "uuid" : " ^3.0.1"
3638 },
39+ "files" : [
40+ " bin" ,
41+ " index.js"
42+ ],
3743 "keywords" : [
3844 " cli" ,
3945 " postcss" ,
You can’t perform that action at this time.
0 commit comments