Merge pull request #3 from nt3rp/bug/fix-peer-dependecy

Fix Dependency Issues
This commit is contained in:
Nicholas Terwoord
2015-05-06 20:24:40 -04:00

View File

@@ -21,11 +21,12 @@
"license": {
"type": "MIT"
},
"engines": {
"hexo": ">= 3.0.0"
"peerDependencies": {
"hexo": "3.x"
},
"dependencies": {
"chalk": "^1.0.0",
"level": "^0.18.0",
"readdirp": "^0.3.3",
"s3-sync": "^0.5.1"
}