Merge pull request #1986 from xhh/javascript-superagent-version

[JavaScript] Lock version of superagent to fix testing issues
This commit is contained in:
wing328 2016-01-27 14:37:30 +08:00
commit d779174977
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"test": "./node_modules/mocha/bin/mocha --recursive" "test": "./node_modules/mocha/bin/mocha --recursive"
}, },
"dependencies": { "dependencies": {
"superagent": "^1.7.1" "superagent": "1.7.1"
}, },
"devDependencies": { "devDependencies": {
"mocha": "~2.3.4", "mocha": "~2.3.4",

View File

@ -8,7 +8,7 @@
"test": "./node_modules/mocha/bin/mocha --recursive" "test": "./node_modules/mocha/bin/mocha --recursive"
}, },
"dependencies": { "dependencies": {
"superagent": "^1.7.1" "superagent": "1.7.1"
}, },
"devDependencies": { "devDependencies": {
"mocha": "~2.3.4", "mocha": "~2.3.4",

View File

@ -17,7 +17,7 @@
}); });
</script> </script>
<script src="https://cdn.rawgit.com/stephanebachelier/superagent-dist/1.6.1/superagent.js"></script> <script src="../node_modules/superagent/superagent.js"></script>
<script src="../src/model/Category.js"></script> <script src="../src/model/Category.js"></script>
<script src="../src/model/Tag.js"></script> <script src="../src/model/Tag.js"></script>