Manually set nodejs dependency versions, tweak package.json format

This commit is contained in:
Alexandre Archambault 2017-02-03 14:03:15 +01:00
parent 6b89af3924
commit e59dd7d5b0
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"repository": "https://github.com/alexarchambault/coursier.git",
"license": "Apache-2.0",
"devDependencies": {
"xmldom": "latest",
"xhr2": "latest"
"xmldom": "0.1.27",
"xhr2": "0.1.4"
}
}