diff --git a/package.json b/package.json index 27d08ef..09a2ae4 100644 --- a/package.json +++ b/package.json @@ -2,19 +2,19 @@ "name": "grunt-concat-css", "version": "0.3.1", "description": "Concat CSS with @import statements at top and relative url preserved.", - "homepage": "https://github.com/urturn/grunt-concat-css", + "homepage": "https://github.com/webdoc/grunt-concat-css", "author": "Olivier Amblet ", "repository": { "type": "git", - "url": "https://github.com/urturn/grunt-concat-css.git" + "url": "https://github.com/webdoc/grunt-concat-css.git" }, "bugs": { - "url": "https://github.com/urturn/grunt-concat-css/issues" + "url": "https://github.com/webdoc/grunt-concat-css/issues" }, "licenses": [ { "type": "MIT", - "url": "https://github.com/urturn/grunt-concat-css/blob/master/LICENSE-MIT" + "url": "https://github.com/webdoc/grunt-concat-css/blob/master/LICENSE-MIT" } ], "engines": { @@ -30,8 +30,8 @@ "grunt": "~0.4.2", "grunt-concat-css": "git://github.com/webdoc/grunt-concat-css.git", "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-jshint": "~0.8.0", - "grunt-contrib-nodeunit": "~0.2.2" + "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-nodeunit": "~0.4.1" }, "peerDependencies": { "grunt": "~0.4.1"