Skip to content

Commit d6198f9

Browse files
committed
lerna: bring in server/client/ui
1 parent 325c775 commit d6198f9

417 files changed

Lines changed: 30204 additions & 15029 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

client/dist/.gitkeep

Whitespace-only changes.

client/yarn.lock

Lines changed: 0 additions & 3903 deletions
This file was deleted.

package-lock.json

Lines changed: 15179 additions & 4696 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,25 @@
11
{
2-
"name": "browser-sync",
3-
"description": "Live CSS Reload & Browser Syncing",
4-
"version": "2.24.7",
5-
"homepage": "https://browsersync.io/",
6-
"author": {
7-
"name": "Shane Osbourne"
8-
},
9-
"repository": "BrowserSync/browser-sync",
10-
"license": "Apache-2.0",
11-
"main": "dist/index.js",
12-
"bin": "dist/bin.js",
13-
"files": [
14-
"dist",
15-
"certs",
16-
"templates",
17-
"cli-options",
18-
"client/dist"
19-
],
20-
"engines": {
21-
"node": ">= 0.8.0"
22-
},
2+
"private": true,
233
"scripts": {
24-
"env": "node ./test/env.js",
25-
"test": "cb build-all && npm run env && npm run unit",
26-
"lint": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*' 'test/specs/*.js' --write --tab-width 4",
27-
"pro": "protractor test/protractor/config.single.js",
28-
"pro-local": "node test/protractor/setup.js",
29-
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit",
30-
"pre-release": "npm test && npm run pro-local && npm run pro",
31-
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
32-
"prepublishOnly": "cb build-all"
33-
},
34-
"dependencies": {
35-
"browser-sync-ui": "v1.0.1",
36-
"bs-recipes": "1.3.4",
37-
"chokidar": "1.7.0",
38-
"connect": "3.6.6",
39-
"connect-history-api-fallback": "^1.5.0",
40-
"dev-ip": "^1.0.1",
41-
"easy-extender": "^2.3.4",
42-
"eazy-logger": "3.0.2",
43-
"etag": "^1.8.1",
44-
"fresh": "^0.5.2",
45-
"fs-extra": "3.0.1",
46-
"http-proxy": "1.15.2",
47-
"immutable": "3.8.2",
48-
"localtunnel": "1.9.1",
49-
"micromatch": "2.3.11",
50-
"opn": "5.3.0",
51-
"portscanner": "2.1.1",
52-
"qs": "6.2.3",
53-
"raw-body": "^2.3.2",
54-
"resp-modifier": "6.0.2",
55-
"rx": "4.1.0",
56-
"serve-index": "1.9.1",
57-
"serve-static": "1.13.2",
58-
"server-destroy": "1.0.1",
59-
"socket.io": "2.1.1",
60-
"ua-parser-js": "0.7.17",
61-
"yargs": "6.4.0"
4+
"bootstrap": "lerna bootstrap --hoist"
625
},
6+
"name": "browser-sync",
637
"devDependencies": {
64-
"@types/node": "^8.5.2",
65-
"browser-sync-spa": "1.0.3",
66-
"bs-html-injector": "3.0.3",
67-
"bs-latency": "1.0.0",
68-
"bs-rewrite-rules": "2.0.0",
69-
"bs-snippet-injector": "2.0.1",
70-
"chai": "3.5.0",
71-
"chalk": "1.1.3",
72-
"compression": "1.7.2",
73-
"crossbow": "latest",
74-
"cypress": "3.1.0",
75-
"generate-changelog": "^1.7.0",
76-
"graceful-fs": "4.1.9",
77-
"http2": "^3.3.6",
78-
"lerna": "^3.4.0",
79-
"lodash-cli": "4.17.5",
80-
"mocha": "5.2.0",
81-
"prettier": "^1.9.2",
82-
"q": "1.4.1",
83-
"request": "2.87.0",
84-
"requirejs": "^2.3.5",
85-
"rimraf": "2.5.4",
86-
"sinon": "1.17.5",
87-
"socket.io-client": "^2.0.4",
88-
"source-map-support": "^0.5.0",
89-
"supertest": "3.1.0",
90-
"typescript": "3.0.3",
91-
"vinyl": "1.2.0"
8+
"lerna": "^3.4.0"
929
},
93-
"keywords": [
94-
"browser sync",
95-
"css",
96-
"live reload",
97-
"sync"
98-
]
10+
"dependencies": {
11+
"@types/node": "^8",
12+
"chai": "^3",
13+
"compression": "^1",
14+
"connect-history-api-fallback": "^1",
15+
"crossbow": "^4",
16+
"eazy-logger": "^3",
17+
"immutable": "^3",
18+
"mocha": "^5",
19+
"request": "^2",
20+
"sinon": "^1",
21+
"supertest": "^3",
22+
"typescript": "3.0.3",
23+
"webpack": "^3"
24+
}
9925
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
npm-debug.log
33
test/coverage
4-
example.proxy.js
4+
example.proxy.js
5+
/dist/*
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tasks:
2+
build-all:
3+
- '@npm ./node_modules/.bin/webpack'
4+
- '@npm ./node_modules/.bin/webpack -p --output-filename index.min.js'

client/lib/browser.utils.ts renamed to packages/browser-sync-client/lib/browser.utils.ts

File renamed without changes.

0 commit comments

Comments
 (0)