Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
browser-core version bump
- Loading branch information
Showing
with
64 additions
and
91 deletions.
-
+60
−88
package-lock.json
-
+4
−3
package.json
Some generated files are not rendered by default. Learn more.
Oops, something went wrong.
|
|
@@ -6,7 +6,8 @@ |
|
|
"appium": "appium &", |
|
|
"build": "webpack --config webpack.config.js", |
|
|
"debug-channel": "sed -i '' 's/\"channel\": \".*\",$/\"channel\": \"MI99\",/' node_modules/browser-core/build/modules/core/config.js", |
|
|
"dev-server": "node node_modules/react-native/local-cli/cli.js start", |
|
|
"start": "node node_modules/react-native/local-cli/cli.js start --reset-cache", |
|
|
"dev-server": "node node_modules/react-native/local-cli/cli.js start --reset-cache", |
|
|
"dev-bundle": "node node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file index.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ && cp -R ./node_modules/browser-core/build/assets/ ./Cliqz/JSEngine/assets/", |
|
|
"bundle-ghostery": "node node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file index.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ --dev false && cp -R ./node_modules/browser-core/build/assets/ ./Cliqz/JSEngine/assets/", |
|
|
"bundle-lumen": "node node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file lumen.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ --dev false && cp -R ./node_modules/browser-core/build/assets/ ./Cliqz/JSEngine/assets/", |
|
|
@@ -23,8 +24,8 @@ |
|
|
"@babel/runtime": "^7.2.0", |
|
|
"@cliqz/indexeddbshim": "^4.1.1", |
|
|
"appium": "1.9.0", |
|
|
"browser-core": "https://s3.amazonaws.com/cdncliqz/update/edge/ghostery-ios/master/1.35.0.1b127.4560332.tgz", |
|
|
"browser-core-lumen-ios": "https://s3.amazonaws.com/cdncliqz/update/edge/lumen-ios/master/13.35.0.127.4560332.tgz", |
|
|
"browser-core": "https://s3.amazonaws.com/cdncliqz/update/edge/ghostery-ios/master/1.36.0.1b20.da308fe.tgz", |
|
|
"browser-core-lumen-ios": "https://s3.amazonaws.com/cdncliqz/update/edge/lumen-ios/master/13.36.0.20.da308fe.tgz", |
|
|
"buffer": "5.0.7", |
|
|
"https-browserify": "1.0.0", |
|
|
"page-metadata-parser": "^1.1.2", |
|
|
|