Merge pull request #3 from nt3rp/bug/fix-peer-dependecy
Fix Dependency Issues
This commit is contained in:
@@ -21,11 +21,12 @@
|
|||||||
"license": {
|
"license": {
|
||||||
"type": "MIT"
|
"type": "MIT"
|
||||||
},
|
},
|
||||||
"engines": {
|
"peerDependencies": {
|
||||||
"hexo": ">= 3.0.0"
|
"hexo": "3.x"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^1.0.0",
|
"chalk": "^1.0.0",
|
||||||
|
"level": "^0.18.0",
|
||||||
"readdirp": "^0.3.3",
|
"readdirp": "^0.3.3",
|
||||||
"s3-sync": "^0.5.1"
|
"s3-sync": "^0.5.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user