Lock down dependencies, bump version (#9)

This commit is contained in:
Roel van Uden 2015-06-25 19:42:10 +02:00
parent 18375d3d22
commit e06ff53210

View File

@ -11,26 +11,26 @@
"type": "git", "type": "git",
"url": "git://github.com/Deathspike/crunchyroll.js.git" "url": "git://github.com/Deathspike/crunchyroll.js.git"
}, },
"version": "1.1.4", "version": "1.1.5",
"bin": { "bin": {
"crunchyroll": "./bin/crunchyroll" "crunchyroll": "./bin/crunchyroll"
}, },
"dependencies": { "dependencies": {
"big-integer": "^1.4.4", "big-integer": "1.4.4",
"cheerio": "^0.18.0", "cheerio": "0.18.0",
"commander": "^2.6.0", "commander": "2.6.0",
"mkdirp": "^0.5.0", "mkdirp": "0.5.0",
"request": "^2.53.0", "request": "2.53.0",
"xml2js": "^0.4.5" "xml2js": "0.4.5"
}, },
"devDependencies": { "devDependencies": {
"tsd": "^0.5.7", "tsd": "0.5.7",
"tslint": "^2.1.1", "tslint": "2.3.0-beta",
"typescript": "^1.4.1" "typescript": "1.5.0-beta"
}, },
"scripts": { "scripts": {
"prepublish": "npm run tsd && node ts", "prepublish": "npm run tsd && tsc",
"test": "node ts --only-test", "test": "node ts --only-test",
"tsd": "tsd reinstall --overwrite" "tsd": "tsd reinstall -o -s"
} }
} }