File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthtml-load-plugins" ,
3
- "version" : " 0.9.5 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " Autoload Plugins for PostHTML" ,
5
5
"engines" : {
6
6
"node" : " >=4"
7
7
},
8
8
"main" : " index.js" ,
9
9
"scripts" : {
10
- "test" : " xo && nyc ava"
10
+ "test" : " xo && nyc ava" ,
11
+ "update" : " updtr && ava-codemods"
11
12
},
12
13
"dependencies" : {
13
14
"app-root-path" : " ^1.0.0" ,
14
- "path-exists" : " ^2.1 .0"
15
+ "path-exists" : " ^3.0 .0"
15
16
},
16
17
"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" ,
19
21
"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" ,
23
24
"posthtml-bem" : " ^0.2.2" ,
24
25
"posthtml-each" : " ^1.0.1" ,
25
- "posthtml-include" : " ^1.0.2 " ,
26
+ "posthtml-include" : " ^1.1.0 " ,
26
27
"read-pkg" : " ^1.1.0" ,
27
28
"temp-write" : " ^2.1.0" ,
28
- "xo" : " ^0.13.0"
29
+ "updtr" : " ^0.1.10" ,
30
+ "xo" : " ^0.15.0"
29
31
},
30
32
"author" : {
31
33
"name" : " Michael Ciniawky" ,
You can’t perform that action at this time.
0 commit comments