Skip to content

Commit b180d76

Browse files
chore(package): add files, update deps
1 parent af2f200 commit b180d76

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
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
},
@@ -20,20 +22,24 @@
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",

0 commit comments

Comments
 (0)