Skip to content

Commit 3cb0911

Browse files
author
Niklas von Hertzen
committed
Update dependencies
1 parent 144c9a9 commit 3cb0911

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '0.10'
3+
- '4.0'
44
env:
55
global:
66
- secure: eW41gIqOizwO4pTgWnAAbW75AP7F+CK9qfSed/fSh4sJ9HWMIY1YRIaY8gjr+6jV/f7XVHcXuym6ZxgINYSkVKbF1JKxBJNLOXtSgNbVHSic58pYFvUjwxIBI9aPig9uux1+DbnpWqXFDTcACJSevQZE0xwmjdrSkDLgB0G34v8=

package.json

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "http://hertzen.com"
1111
},
1212
"engines": {
13-
"node": ">=0.10.0"
13+
"node": ">=4.0.0"
1414
},
1515
"repository": {
1616
"type": "git",
@@ -20,31 +20,28 @@
2020
"url": "https://github.com/niklasvh/html2canvas/issues"
2121
},
2222
"devDependencies": {
23-
"base64-arraybuffer": ">= 0.1.4",
24-
"bluebird": "2.7.1",
23+
"base64-arraybuffer": "^0.1.5",
24+
"bluebird": "^3.0.6",
2525
"grunt": "^0.4.5",
26-
"grunt-browserify": "^3.3.0",
27-
"grunt-contrib-connect": "^0.8.0",
28-
"grunt-contrib-jshint": "^0.10.0",
29-
"grunt-contrib-uglify": "^0.6.0",
26+
"grunt-browserify": "^4.0.1",
27+
"grunt-cli": "^0.1.13",
28+
"grunt-contrib-connect": "^0.11.2",
29+
"grunt-contrib-jshint": "^0.11.3",
30+
"grunt-contrib-uglify": "^0.11.0",
3031
"grunt-contrib-watch": "^0.6.1",
3132
"grunt-execute": "^0.2.2",
3233
"grunt-mocha-cli": "^1.12.0",
3334
"grunt-mocha-phantomjs": "^2.0.0",
3435
"html2canvas-proxy": "0.0.5",
3536
"humanize-duration": "^2.0.1",
36-
"lodash": "^2.4.1",
37-
"png-js": ">= 0.1.1",
37+
"lodash": "^3.10.1",
38+
"png-js": "^0.1.1",
3839
"requirejs": "^2.1.20",
39-
"wd": "^0.2.21"
40+
"wd": "^0.4.0"
4041
},
4142
"scripts": {
4243
"test": "grunt travis --verbose"
4344
},
4445
"homepage": "http://html2canvas.hertzen.com",
45-
"licenses": [
46-
{
47-
"type": "MIT"
48-
}
49-
]
46+
"license": "MIT"
5047
}

0 commit comments

Comments
 (0)