File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pattern-lab/plugin-reload" ,
3
3
"description" : " Automatic Browser Reload Support for Pattern Lab" ,
4
- "keywords" : [" faker " , " pattern lab" ],
4
+ "keywords" : [" reload " , " websocket " , " pattern lab" ],
5
5
"homepage" : " http://patternlab.io" ,
6
6
"license" : " MIT" ,
7
7
"type" : " patternlab-plugin" ,
14
14
}
15
15
],
16
16
"support" : {
17
- "issues" : " https://github.com/pattern-lab/plugin-php-faker /issues" ,
17
+ "issues" : " https://github.com/pattern-lab/plugin-reload /issues" ,
18
18
"wiki" : " http://patternlab.io/docs/" ,
19
- "source" : " https://github.com/pattern-lab/plugin-php-faker /releases"
19
+ "source" : " https://github.com/pattern-lab/plugin-reload /releases"
20
20
},
21
21
"autoload" : {
22
22
"psr-0" : {
26
26
"require" : {
27
27
"php" : " >=5.4" ,
28
28
"pattern-lab/core" : " dev-dev" ,
29
- "wrench/wrench" : " ^2.0.0" ,
30
- "cocur/background-process" : " ~0.5"
29
+ "wrench/wrench" : " ^2.0.0"
31
30
},
32
31
"extra" : {
33
32
"patternlab" : {
37
36
]
38
37
},
39
38
"onready" : " PluginReload.init()" ,
40
- "callback" : " " ,
41
39
"config" : {
42
- "reload" : {
43
- "on" : true
40
+ "plugins" : {
41
+ "reload" : {
42
+ "enabled" : true
43
+ }
44
44
}
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments