|
23 | 23 | "build": "rimraf lib && babel src -d lib", |
24 | 24 | "coverage": "nyc report --reporter=text-lcov | coveralls", |
25 | 25 | "pretest": "npm run build", |
26 | | - "test": "nyc ava" |
| 26 | + "test": "nyc ava --verbose" |
27 | 27 | }, |
28 | 28 | "files": [ |
29 | 29 | "lib/" |
|
35 | 35 | ], |
36 | 36 | "dependencies": { |
37 | 37 | "cosmiconfig": "^6.0.0", |
38 | | - "fast-glob": "^3.1.1", |
| 38 | + "fast-glob": "^3.2.0", |
39 | 39 | "make-dir": "^3.0.0", |
40 | | - "meow": "^6.0.0", |
| 40 | + "meow": "^6.0.1", |
41 | 41 | "merge-options": "^2.0.0", |
42 | 42 | "posthtml": "^0.12.0", |
43 | 43 | "to-camel-case": "^1.0.0" |
|
59 | 59 | "coveralls": "^3.0.9", |
60 | 60 | "cpy": "^8.0.0", |
61 | 61 | "eslint": "^6.8.0", |
62 | | - "eslint-config-xo": "^0.27.2", |
63 | | - "eslint-config-xo-space": "^0.22.0", |
64 | | - "eslint-plugin-ava": "^10.0.0", |
| 62 | + "eslint-config-xo": "^0.29.1", |
| 63 | + "eslint-config-xo-space": "^0.24.0", |
| 64 | + "eslint-plugin-ava": "^10.2.0", |
65 | 65 | "eslint-plugin-babel": "^5.3.0", |
66 | 66 | "eslint-plugin-html": "^6.0.0", |
67 | 67 | "eslint-plugin-import": "^2.20.0", |
68 | 68 | "eslint-plugin-markdown": "^1.0.1", |
69 | 69 | "eslint-plugin-node": "^11.0.0", |
70 | 70 | "eslint-plugin-promise": "^4.1.1", |
71 | | - "eslint-plugin-unicorn": "^15.0.1", |
| 71 | + "eslint-plugin-unicorn": "^16.1.1", |
72 | 72 | "execa": "^4.0.0", |
73 | 73 | "husky": "^4.0.10", |
74 | 74 | "is-promise": "^2.1.0", |
|
82 | 82 | "rimraf": "^3.0.0", |
83 | 83 | "tempfile": "^3.0.0" |
84 | 84 | }, |
85 | | - "readme": "posthtml/posthtml-cli/readme", |
86 | | - "husky": { |
87 | | - "hooks": { |
88 | | - "pre-push": "npm t", |
89 | | - "pre-commit": "clinton && lint-staged", |
90 | | - "commit-msg": "commitlint --extends=@commitlint/config-angular -e" |
91 | | - } |
92 | | - }, |
93 | | - "lint-staged": { |
94 | | - "{src,test}/**/*.js": "eslint", |
95 | | - "*.md": "eslint" |
96 | | - }, |
97 | | - "ava": { |
98 | | - "files": [ |
99 | | - "test/test-*" |
100 | | - ], |
101 | | - "require": [ |
102 | | - "@babel/register" |
103 | | - ] |
104 | | - }, |
105 | | - "babel": { |
106 | | - "presets": [ |
107 | | - [ |
108 | | - "@babel/preset-env", |
109 | | - { |
110 | | - "targets": { |
111 | | - "node": 8 |
112 | | - } |
113 | | - } |
114 | | - ], |
115 | | - [ |
116 | | - "minify", |
117 | | - { |
118 | | - "removeUndefined": false, |
119 | | - "mangle": false |
120 | | - } |
121 | | - ] |
122 | | - ] |
123 | | - }, |
124 | | - "posthtml": { |
125 | | - "plugins": { |
126 | | - "posthtml-custom-elements": {} |
127 | | - } |
128 | | - }, |
129 | | - "clinton": { |
130 | | - "ignores": [ |
131 | | - "test/**", |
132 | | - "tmp/**", |
133 | | - "lib/**", |
134 | | - ".idea/**", |
135 | | - "*.{html,jpg}" |
136 | | - ], |
137 | | - "rules": { |
138 | | - "cli": [ |
139 | | - "off" |
140 | | - ], |
141 | | - "xo": [ |
142 | | - "off" |
143 | | - ] |
144 | | - } |
145 | | - } |
| 85 | + "readme": "posthtml/posthtml-cli/readme" |
146 | 86 | } |
0 commit comments