Skip to content

Commit 73b7384

Browse files
committed
Remove spaces
Remove spaces
1 parent a594a00 commit 73b7384

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

browser-sync.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"port": 4444,
33
"files": ["./**/*.{html,htm,css,js}"],
44
"server": { "baseDir": "./" }
5-
}
5+
}

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
'use strict';
21
module.exports = {
32
server: require('./lib/smooth-server'),
43
defaults: require('./lib/config-defaults')

lib/config-defaults.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const fallback = require('connect-history-api-fallback');
22
const log = require('connect-logger');
3-
43
module.exports = {
54
injectChanges: false, // workaround for Angular 2 styleUrls loading
65
files: ['./**/*.{html,htm,css,js}'],

lib/smooth-server.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ module.exports = class SmoothServer {
3434
}
3535
}
3636
}
37-
}
38-
37+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smooth-server",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Little node server based on lite-server and browsersync",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)