mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 15:10:49 +00:00
Merge pull request #1986 from xhh/javascript-superagent-version
[JavaScript] Lock version of superagent to fix testing issues
This commit is contained in:
commit
d779174977
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user