mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-01 18:24:28 +02:00
Merge pull request #285 from pcottle/fixNpmInstall
Resolves #280 stricter version of backbone
This commit is contained in:
commit
1e213b9ea0
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
"react-tools": "^0.13.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"backbone": "^1.1.2",
|
||||
"backbone": "~1.1.2",
|
||||
"events": "^1.0.2",
|
||||
"flux": "^2.0.1",
|
||||
"jquery": "~1.7.3",
|
||||
|
|
|
@ -84,7 +84,7 @@ var expectTreeAsync = function(command, expectedJSON, startJSON) {
|
|||
console.log(JSON.stringify(getHeadlessSummary(headless)));
|
||||
}
|
||||
return compareAnswer(headless, expectedJSON);
|
||||
}, 'trees should be equal', 100);
|
||||
}, 'trees should be equal', 400);
|
||||
};
|
||||
|
||||
var expectLevelSolved = function(levelBlob) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue