Skip to content

Commit

Permalink
Use older version of phantomjs to test visibility functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaguo committed Feb 12, 2016
1 parent 37e796d commit 5afa969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .jscsrc
Expand Up @@ -4,9 +4,7 @@
"validateIndentation": 4,
"requireTrailingComma": false,
"safeContextKeyword": "self",
"requireSpacesInAnonymousFunctionExpression": {
"beforeOpeningRoundBrace": false
},
"requireSpacesInAnonymousFunctionExpression": false,
"requirePaddingNewLinesAfterBlocks": {
"allExcept": [
"inCallExpressions"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -20,11 +20,11 @@
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon-chai": "^1.1.0",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.3"
"phantomjs": "^1.9.18"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit 5afa969

Please sign in to comment.