Skip to content

Commit 04cafb8

Browse files
author
Ivan Demidov
committed
Fixed #65, update devDep
1 parent 0da1c06 commit 04cafb8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"test": "xo && nyc ava",
1313
"prepush": "xo",
14-
"update": "updtr && ava-codemods"
14+
"update": "updtr && ava-codemods --force"
1515
},
1616
"repository": {
1717
"type": "git",
@@ -30,17 +30,17 @@
3030
"homepage": "https://github.com/GitScrum/posthtml-cli#readme",
3131
"dependencies": {
3232
"globby": "^4.0.0",
33-
"posthtml": "^0.8.3",
33+
"posthtml": "^0.8.6",
3434
"posthtml-load-plugins": "^0.9.5",
3535
"yargs": "^4.6.0"
3636
},
3737
"devDependencies": {
3838
"ava": "^0.14.0",
3939
"ava-codemods": "^0.2.1",
40-
"coveralls": "^2.11.8",
40+
"coveralls": "^2.11.9",
4141
"cpy": "^4.0.0",
42-
"execa": "^0.2.2",
43-
"nyc": "^6.4.0",
42+
"execa": "^0.4.0",
43+
"nyc": "^6.4.1",
4444
"path-exists": "^2.1.0",
4545
"posthtml-custom-elements": "^1.0.3",
4646
"read-pkg": "^1.1.0",

0 commit comments

Comments
 (0)