changes to package.json

pull/2/head
Jim Heising 2014-08-21 15:20:18 -07:00
parent 142dac0b82
commit 403d5386dd
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"author": "Jim Heising <jim@buglabs.net>",
"license": "MIT",
"dependencies": {
"request": "^2.40.0",
"tokenthrottle": "^1.1.0"
"request": "2.40.0",
"tokenthrottle": "1.1.0"
}
}