mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Remove SauceLabs stuff from package.json
This commit is contained in:
@@ -8,8 +8,6 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"django_port": "8043",
|
"django_port": "8043",
|
||||||
"django_host": "0.0.0.0",
|
"django_host": "0.0.0.0",
|
||||||
"sauce_username": "leigh-johnson",
|
|
||||||
"sauce_access_key": "f740c3ad-c706-4e10-bb95-46e2cc50c2ac"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^6.3.1",
|
"node": "^6.3.1",
|
||||||
@@ -25,8 +23,7 @@
|
|||||||
"pretest": "grunt clean:coverage",
|
"pretest": "grunt clean:coverage",
|
||||||
"test": "karma start karma.conf.js",
|
"test": "karma start karma.conf.js",
|
||||||
"jshint": "grunt clean:jshint jshint:source --no-color",
|
"jshint": "grunt clean:jshint jshint:source --no-color",
|
||||||
"test:ci": "npm run test -- --single-run --reporter junit,dots --browsers=PhantomJS",
|
"test:ci": "npm run test -- --single-run --reporter junit,dots --browsers=PhantomJS"
|
||||||
"test:saucelabs": "SAUCE_USERNAME=${npm_package_config_sauce_username} SAUCE_ACCESS_KEY=${npm_package_config_sauce_access_key} karma start karma.conf-saucelabs.js"
|
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"browser-sync": "^2.14.0",
|
"browser-sync": "^2.14.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user