react-metrics
Advanced tools
Comparing version 1.0.0-rc2 to 1.0.0
@@ -57,4 +57,18 @@ /* eslint-disable camelcase */ | ||
customLaunchers: customLaunchers, | ||
browsers: Object.keys(customLaunchers) | ||
browsers: Object.keys(customLaunchers), | ||
captureTimeout: 120000 | ||
}); | ||
if (process.env.DEBUG_SAUCE) { | ||
config.sauceLabs.connectOptions = { | ||
verbose: true, | ||
doctor: true | ||
}; | ||
} | ||
if (process.env.TRAVIS) { | ||
config.sauceLabs.build = "TRAVIS #" + process.env.TRAVIS_BUILD_NUMBER + " (" + process.env.TRAVIS_BUILD_ID + ")"; | ||
config.sauceLabs.tunnelIdentifier = process.env.TRAVIS_JOB_NUMBER; | ||
config.transports = ["xhr-polling"]; | ||
} | ||
}; |
{ | ||
"name": "react-metrics", | ||
"description": "An analytics library for React.js", | ||
"version": "1.0.0-rc2", | ||
"version": "1.0.0", | ||
"main": "lib/index.js", | ||
@@ -52,3 +52,3 @@ "contributors": [ | ||
"eslint-plugin-react": "^3.5.1", | ||
"history": "^1.11.1", | ||
"history": "^1.13.0", | ||
"isparta-loader": "^1.0.0", | ||
@@ -74,3 +74,3 @@ "json-loader": "^0.5.3", | ||
"react-redux": "^4.0.0", | ||
"react-router": "1.0.0-rc3", | ||
"react-router": "^1.0.0-rc4", | ||
"redux": "^3.0.2", | ||
@@ -77,0 +77,0 @@ "sinon": "^1.17.1", |
@@ -233,4 +233,10 @@ <img src="http://static.nfl.com/static/content/public/static/img/logos/nfl-engineering-light.svg" width="300" /> | ||
## Contributing to this project | ||
Please take a moment to review the [guidelines for contributing](CONTRIBUTING.md). | ||
* [Pull requests](CONTRIBUTING.md#pull-requests) | ||
* [Development Process](CONTRIBUTING.md#development) | ||
## License | ||
MIT |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6226
1
242
384416
116