Skip to content

Commit

Permalink
Merge pull request #58 from gambtho/master
Browse files Browse the repository at this point in the history
dependency bump
  • Loading branch information
gambtho committed Apr 29, 2016
2 parents 282e707 + 8c76e9e commit 796e8b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ V2 API
➜ curl willitconnect.cfapps.io/v2/willitconnect -d '{"target":"http://does-not-exist.com"}' -H "Content-Type: application/json" | jq '.'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 163 0 125 0 38 0 0 --:--:-- 0:02:07 --:--:-- 17
100 163 0 126 0 38 0 0 --:--:-- 0:02:07 --:--:-- 17
{
"lastChecked": 0,
"entry": "http://does-not-exist.com",
Expand Down
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Will It Connect?",
"main": "index.js",
"dependencies": {
"babel-core": "^6.7.6",
"babel-jest": "^11.0.0",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
Expand All @@ -26,7 +25,7 @@
"less-loader": "^2.2.3",
"octicons": "^3.5.0",
"react": "^15.0.1",
"react-bootstrap": "^0.28.5",
"react-bootstrap": "^0.29.3",
"react-dom": "^15.0.1",
"react-model": "0.0.0"
},
Expand Down Expand Up @@ -62,9 +61,7 @@
"chai": "^3.5.0",
"enzyme": "^2.2.0",
"expect": "^1.18.0",
"fetch-mock": "^4.4.0",
"fs": "0.0.2",
"jsdom": "^8.4.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.2",
Expand All @@ -76,16 +73,14 @@
"karma-webpack": "^1.7.0",
"lolex": "^1.4.0",
"mocha": "^2.4.5",
"nock": "^8.0.0",
"phantomjs-prebuilt": "^2.1.7",
"react-addons-test-utils": "^15.0.1",
"react-test-utils": "0.0.1",
"react-testutils-additions": "^15.0.0",
"react-testutils-additions": "^15.1.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.15",
"webpack-babel-jest": "^1.0.4"
"webpack": "^1.13.0"
}
}
2 changes: 0 additions & 2 deletions src/main/resources/static/scripts/Entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default class StatefulEntry extends React.Component {
"httpStatus": data.httpStatus, "validHostName": data.validHostName,
"validUrl": data.validUrl
});
console.log("data is: " + data);
this.setState({status: data});
}
getData() {
Expand All @@ -64,7 +63,6 @@ export default class StatefulEntry extends React.Component {
":" + this.props.proxyPort
});
}
console.log(JSON.stringify({"target": this.props.host + ":" + this.props.port}));
return JSON.stringify({"target": this.props.host + ":" + this.props.port});
}
render() {
Expand Down

0 comments on commit 796e8b7

Please sign in to comment.