Skip to content

Commit e6a6dd4

Browse files
committed
removing unneeded dependencies
1 parent 771a1b3 commit e6a6dd4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pattern-lab/plugin-reload",
33
"description": "Automatic Browser Reload Support for Pattern Lab",
4-
"keywords": ["faker", "pattern lab"],
4+
"keywords": ["reload", "websocket", "pattern lab"],
55
"homepage": "http://patternlab.io",
66
"license": "MIT",
77
"type": "patternlab-plugin",
@@ -14,9 +14,9 @@
1414
}
1515
],
1616
"support": {
17-
"issues": "https://github.com/pattern-lab/plugin-php-faker/issues",
17+
"issues": "https://github.com/pattern-lab/plugin-reload/issues",
1818
"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"
2020
},
2121
"autoload": {
2222
"psr-0": {
@@ -26,8 +26,7 @@
2626
"require": {
2727
"php": ">=5.4",
2828
"pattern-lab/core": "dev-dev",
29-
"wrench/wrench": "^2.0.0",
30-
"cocur/background-process": "~0.5"
29+
"wrench/wrench": "^2.0.0"
3130
},
3231
"extra": {
3332
"patternlab": {
@@ -37,10 +36,11 @@
3736
]
3837
},
3938
"onready": "PluginReload.init()",
40-
"callback": "",
4139
"config": {
42-
"reload": {
43-
"on": true
40+
"plugins": {
41+
"reload": {
42+
"enabled": true
43+
}
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)