From 50f5284526955e9b2735db407024d1a29cc4960b Mon Sep 17 00:00:00 2001 From: Sam Dutton Date: Mon, 2 Feb 2015 17:08:43 +1100 Subject: [PATCH] Changed LICENCE to LICENCE.md --- LICENSE => LICENSE.md | 0 package.json | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/package.json b/package.json index b182099d3..71411f3de 100644 --- a/package.json +++ b/package.json @@ -20,16 +20,16 @@ }, "homepage": "https://github.com/samdutton/webrtc", "devDependencies": { - "grunt": ">=0.4.5", + "grunt": "^0.4.5", "grunt-cli": ">=0.1.9", + "grunt-closurecompiler": ">=0.0.21", "grunt-contrib-compress": "^0.13.0", "grunt-contrib-csslint": ">=0.3.1", "grunt-contrib-jshint": "^0.10.0", "grunt-htmlhint": ">=0.4.1", "grunt-jinja": "^0.3.0", "grunt-jscs": ">=0.8.1", - "grunt-shell": "^1.1.1", "grunt-jstestdriver-phantomjs": ">=0.0.7", - "grunt-closurecompiler": ">=0.0.21" + "grunt-shell": "^1.1.1" } }