mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fix package dependency versions
This commit is contained in:
parent
4df19968b5
commit
11fdc501b1
@ -5,3 +5,6 @@ bower.json
|
||||
src/
|
||||
*.iml
|
||||
.idea/
|
||||
.npmignore
|
||||
.jshintrc
|
||||
.travis.yml
|
||||
|
@ -20,8 +20,8 @@
|
||||
"url": "https://github.com/niklasvh/html2canvas/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"base64-arraybuffer": ">= 0.1.0",
|
||||
"bluebird": "^2.7.1",
|
||||
"base64-arraybuffer": ">= 0.1.4",
|
||||
"bluebird": "2.7.1",
|
||||
"bower": "^1.3.12",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-browserify": "^3.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user