Skip to content
This repository was archived by the owner on Feb 25, 2018. It is now read-only.

Commit 65b21cc

Browse files
committed
Update dependencies.
1 parent 6a769c9 commit 65b21cc

2 files changed

Lines changed: 28 additions & 12 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"tests"
2929
],
3030
"dependencies": {
31-
"phantomcss": "0.7.1"
31+
"phantomcss": "0.7.2"
3232
}
3333
}

package.json

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,21 @@
88
"email": "chris.m.gladd@gmail.com"
99
},
1010
"contributors": [
11-
{ "name": "Larry Davis", "email":"lazd@lazd.net", "url":"https://github.com/lazd" },
12-
{ "name": "Aliaksei Sapach", "email":"dreamsonic@tut.by", "url":"https://github.com/asapach" },
13-
{ "name": "Anselm Hannemann", "email":"info@anselm-hannemann.com", "url":"http://helloanselm.com/" }
11+
{
12+
"name": "Larry Davis",
13+
"email": "lazd@lazd.net",
14+
"url": "https://github.com/lazd"
15+
},
16+
{
17+
"name": "Aliaksei Sapach",
18+
"email": "dreamsonic@tut.by",
19+
"url": "https://github.com/asapach"
20+
},
21+
{
22+
"name": "Anselm Hannemann",
23+
"email": "info@anselm-hannemann.com",
24+
"url": "http://helloanselm.com/"
25+
}
1426
],
1527
"repository": {
1628
"type": "git",
@@ -27,24 +39,28 @@
2739
],
2840
"main": "Gruntfile.js",
2941
"engines": {
30-
"node": ">= 0.8.0"
42+
"node": ">= 0.10.0"
3143
},
3244
"scripts": {
3345
"test": "grunt test",
3446
"postinstall": "bower install"
3547
},
3648
"devDependencies": {
37-
"grunt-contrib-jshint": "~0.10.0",
38-
"grunt-contrib-clean": "~0.5.0",
39-
"grunt-contrib-nodeunit": "~0.4.1",
40-
"grunt": "~0.4.5"
49+
"grunt": "^0.4.5",
50+
"grunt-contrib-clean": "^0.5.0",
51+
"grunt-contrib-jshint": "^0.10.0",
52+
"grunt-contrib-nodeunit": "^0.4.1",
53+
"jit-grunt": "^0.7.0",
54+
"path": "^0.4.9",
55+
"time-grunt": "^0.4.0"
4156
},
4257
"dependencies": {
43-
"bower": "~1.3.5",
44-
"temporary": "0.0.8"
58+
"bower": "^1.3.8",
59+
"temporary": "0.0.8",
60+
"phantomjs": "^1.9.7-14"
4561
},
4662
"peerDependencies": {
47-
"phantomjs": "~1.9.2-2"
63+
"phantomjs": "1.9.7-14"
4864
},
4965
"keywords": [
5066
"gruntplugin",

0 commit comments

Comments
 (0)