pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit b987e878f061e37018aab335d1871695a39cdf40
parent a70e765b141350a16abd1322452f517f16eae1fe
Author: Jul <jul@9o.is>
Date:   Fri,  2 May 2014 16:20:08 -0400

updated grunt and its dependencies

Diffstat:
Mpackage.json | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/package.json b/package.json @@ -2,15 +2,15 @@ "name": "pyc", "version": "0.0.1", "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~0.4.4", "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-copy": "~0.4.1", - "grunt-contrib-jasmine": "~0.5.2", - "grunt-contrib-jshint": "~0.7.1", - "grunt-contrib-less": "~0.8.2", - "grunt-contrib-uglify": "~0.2.5", - "grunt-contrib-watch": "~0.5.3", - "grunt-hash": "~0.4.1" + "grunt-contrib-concat": "~0.4.0", + "grunt-contrib-copy": "~0.5.0", + "grunt-contrib-jasmine": "~0.6.4", + "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-less": "~0.11.0", + "grunt-contrib-uglify": "~0.4.0", + "grunt-contrib-watch": "~0.6.1", + "grunt-hash": "~0.4.4" } }