Skip to content

Commit

Permalink
v2.26.14-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 24, 2021
1 parent bb035b4 commit aacc59f
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.26.13"
"version": "2.26.14-alpha.0"
}
2 changes: 1 addition & 1 deletion packages/browser-sync-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/browser-sync-client/package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync-client",
"description": "Client-side scripts for BrowserSync",
"version": "2.26.13",
"version": "2.26.14-alpha.0",
"homepage": "https://github.com/shakyshane/browser-sync-client",
"author": "Shane Osbourne <shane.osbourne8@gmail.com>",
"repository": {
Expand All @@ -24,10 +24,10 @@
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"build": "webpack --mode=development && webpack --output-filename index.min.js",
"prepublishOnly": "npm run build-all"
},
"scripts": {
"build": "webpack --mode=development && webpack --output-filename index.min.js",
"prepublishOnly": "npm run build-all"
},
"devDependencies": {
"@types/node": "^8",
"awesome-typescript-loader": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-sync-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions packages/browser-sync-ui/package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync-ui",
"description": "User Interface for BrowserSync",
"version": "2.26.13",
"version": "2.26.14-alpha.0",
"homepage": "http://www.browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand All @@ -14,18 +14,18 @@
"static",
"templates"
],
"scripts": {
"build": "npm run build:static && npm run build:webpack",
"build:static": "node tasks/crossbow.js",
"build:webpack": "webpack"
},
"scripts": {
"build": "npm run build:static && npm run build:webpack",
"build:static": "node tasks/crossbow.js",
"build:webpack": "webpack"
},
"license": "Apache-2.0",
"dependencies": {
"async-each-series": "0.1.1",
"connect-history-api-fallback": "^1",
"immutable": "^3",
"server-destroy": "1.0.1",
"socket.io-client": "^2.4.0",
"socket.io-client": "^2.4.0",
"stream-throttle": "^0.1.3"
},
"devDependencies": {
Expand All @@ -36,7 +36,7 @@
"bs-snippet-injector": "^2.0.1",
"chai": "^3",
"compression": "^1",
"crossbow-sites": "^1.0.1",
"crossbow-sites": "^1.0.1",
"easy-svg": "2.0.0",
"eazy-logger": "^3",
"jshint": "^2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-sync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions packages/browser-sync/package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "2.26.13",
"version": "2.26.14-alpha.0",
"homepage": "https://browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand All @@ -20,22 +20,22 @@
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"build": "npm run build:server",
"build:server": "tsc",
"env": "node ./test/env.js",
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
"prepublishOnly": "npm run build",
"prettier": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*.js' --tab-width 4",
"prettier:fix": "npm run prettier -- --write",
"test": "npm run build && npm run env && npm run unit",
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit"
},
"dependencies": {
"browser-sync-client": "^2.26.13",
"browser-sync-ui": "^2.26.13",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"scripts": {
"build": "npm run build:server",
"build:server": "tsc",
"env": "node ./test/env.js",
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
"prepublishOnly": "npm run build",
"prettier": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*.js' --tab-width 4",
"prettier:fix": "npm run prettier -- --write",
"test": "npm run build && npm run env && npm run unit",
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit"
},
"dependencies": {
"browser-sync-client": "^2.26.14-alpha.0",
"browser-sync-ui": "^2.26.14-alpha.0",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "^3.5.1",
"connect": "3.6.6",
"connect-history-api-fallback": "^1",
Expand Down

0 comments on commit aacc59f

Please sign in to comment.