Skip to content

Commit d835eed

Browse files
committed
fix(docs): use github browsersync repo for doc generation - re: BrowserSync/browser-sync#667
1 parent 647c462 commit d835eed

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/command-line/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ <h3 id="command-line-options" class="section-link">
101101
<td>--files</td>
102102
<td>File paths to watch</td>
103103
</tr>
104-
<tr>
105-
<td>--exclude</td>
106-
<td>File patterns to ignore</td>
107-
</tr>
108104
<tr>
109105
<td>--server</td>
110106
<td>Run a Local server (uses your cwd as the web root)</td>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "ISC",
1515
"private": true,
1616
"devDependencies": {
17-
"browser-sync": "^2.7.6",
17+
"browser-sync": "git://github.com/browsersync/browser-sync",
1818
"bs-recipes": "git://github.com/BrowserSync/recipes.git",
1919
"crossbow": "^0.4.5",
2020
"easy-svg": "^1.0.4",

0 commit comments

Comments
 (0)