Skip to content

Commit aacc59f

Browse files
committed
v2.26.14-alpha.0
1 parent bb035b4 commit aacc59f

7 files changed

Lines changed: 34 additions & 34 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.26.13"
5+
"version": "2.26.14-alpha.0"
66
}

packages/browser-sync-client/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync-client/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-sync-client",
33
"description": "Client-side scripts for BrowserSync",
4-
"version": "2.26.13",
4+
"version": "2.26.14-alpha.0",
55
"homepage": "https://github.com/shakyshane/browser-sync-client",
66
"author": "Shane Osbourne <shane.osbourne8@gmail.com>",
77
"repository": {
@@ -24,10 +24,10 @@
2424
"engines": {
2525
"node": ">=8.0.0"
2626
},
27-
"scripts": {
28-
"build": "webpack --mode=development && webpack --output-filename index.min.js",
29-
"prepublishOnly": "npm run build-all"
30-
},
27+
"scripts": {
28+
"build": "webpack --mode=development && webpack --output-filename index.min.js",
29+
"prepublishOnly": "npm run build-all"
30+
},
3131
"devDependencies": {
3232
"@types/node": "^8",
3333
"awesome-typescript-loader": "^5.2.1",

packages/browser-sync-ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync-ui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-sync-ui",
33
"description": "User Interface for BrowserSync",
4-
"version": "2.26.13",
4+
"version": "2.26.14-alpha.0",
55
"homepage": "http://www.browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"
@@ -14,18 +14,18 @@
1414
"static",
1515
"templates"
1616
],
17-
"scripts": {
18-
"build": "npm run build:static && npm run build:webpack",
19-
"build:static": "node tasks/crossbow.js",
20-
"build:webpack": "webpack"
21-
},
17+
"scripts": {
18+
"build": "npm run build:static && npm run build:webpack",
19+
"build:static": "node tasks/crossbow.js",
20+
"build:webpack": "webpack"
21+
},
2222
"license": "Apache-2.0",
2323
"dependencies": {
2424
"async-each-series": "0.1.1",
2525
"connect-history-api-fallback": "^1",
2626
"immutable": "^3",
2727
"server-destroy": "1.0.1",
28-
"socket.io-client": "^2.4.0",
28+
"socket.io-client": "^2.4.0",
2929
"stream-throttle": "^0.1.3"
3030
},
3131
"devDependencies": {
@@ -36,7 +36,7 @@
3636
"bs-snippet-injector": "^2.0.1",
3737
"chai": "^3",
3838
"compression": "^1",
39-
"crossbow-sites": "^1.0.1",
39+
"crossbow-sites": "^1.0.1",
4040
"easy-svg": "2.0.0",
4141
"eazy-logger": "^3",
4242
"jshint": "^2.8.0",

packages/browser-sync/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-sync",
33
"description": "Live CSS Reload & Browser Syncing",
4-
"version": "2.26.13",
4+
"version": "2.26.14-alpha.0",
55
"homepage": "https://browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"
@@ -20,22 +20,22 @@
2020
"engines": {
2121
"node": ">= 8.0.0"
2222
},
23-
"scripts": {
24-
"build": "npm run build:server",
25-
"build:server": "tsc",
26-
"env": "node ./test/env.js",
27-
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
28-
"prepublishOnly": "npm run build",
29-
"prettier": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*.js' --tab-width 4",
30-
"prettier:fix": "npm run prettier -- --write",
31-
"test": "npm run build && npm run env && npm run unit",
32-
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit"
33-
},
34-
"dependencies": {
35-
"browser-sync-client": "^2.26.13",
36-
"browser-sync-ui": "^2.26.13",
37-
"bs-recipes": "1.3.4",
38-
"bs-snippet-injector": "^2.0.1",
23+
"scripts": {
24+
"build": "npm run build:server",
25+
"build:server": "tsc",
26+
"env": "node ./test/env.js",
27+
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
28+
"prepublishOnly": "npm run build",
29+
"prettier": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*.js' --tab-width 4",
30+
"prettier:fix": "npm run prettier -- --write",
31+
"test": "npm run build && npm run env && npm run unit",
32+
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit"
33+
},
34+
"dependencies": {
35+
"browser-sync-client": "^2.26.14-alpha.0",
36+
"browser-sync-ui": "^2.26.14-alpha.0",
37+
"bs-recipes": "1.3.4",
38+
"bs-snippet-injector": "^2.0.1",
3939
"chokidar": "^3.5.1",
4040
"connect": "3.6.6",
4141
"connect-history-api-fallback": "^1",

0 commit comments

Comments
 (0)