Skip to content

Commit b9aa333

Browse files
author
Ivan Demidov
committed
Update dev
1 parent 21b3490 commit b9aa333

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

package.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
{
22
"name": "posthtml-load-plugins",
3-
"version": "0.9.5",
3+
"version": "0.10.0",
44
"description": "Autoload Plugins for PostHTML",
55
"engines": {
66
"node": ">=4"
77
},
88
"main": "index.js",
99
"scripts": {
10-
"test": "xo && nyc ava"
10+
"test": "xo && nyc ava",
11+
"update": "updtr && ava-codemods"
1112
},
1213
"dependencies": {
1314
"app-root-path": "^1.0.0",
14-
"path-exists": "^2.1.0"
15+
"path-exists": "^3.0.0"
1516
},
1617
"devDependencies": {
17-
"ava": "^0.13.0",
18-
"coveralls": "^2.11.8",
18+
"ava": "^0.14.0",
19+
"ava-codemods": "^0.2.1",
20+
"coveralls": "^2.11.9",
1921
"del": "^2.2.0",
20-
"nyc": "^6.1.1",
21-
"path-exists": "^2.1.0",
22-
"posthtml": "^0.8.3",
22+
"nyc": "^6.4.2",
23+
"posthtml": "^0.8.7",
2324
"posthtml-bem": "^0.2.2",
2425
"posthtml-each": "^1.0.1",
25-
"posthtml-include": "^1.0.2",
26+
"posthtml-include": "^1.1.0",
2627
"read-pkg": "^1.1.0",
2728
"temp-write": "^2.1.0",
28-
"xo": "^0.13.0"
29+
"updtr": "^0.1.10",
30+
"xo": "^0.15.0"
2931
},
3032
"author": {
3133
"name": "Michael Ciniawky",

0 commit comments

Comments
 (0)