From 6ff288096db1c629fab6743203dd7b3d6f14dd96 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 18 Dec 2014 15:45:26 -0500 Subject: [PATCH] change versions to star --- project-x/package.json | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/project-x/package.json b/project-x/package.json index 7edb046..546f78e 100644 --- a/project-x/package.json +++ b/project-x/package.json @@ -6,21 +6,22 @@ "Stephen Bégay ", "Antoine Boulanger " ], - "devDependencies": { - "grunt": "0.4.5", - "load-grunt-tasks": "^0.6.0", - "grunt-contrib-jshint": "^0.10.0", - "grunt-jsonlint": "^1.0.4", - "grunt-phplint": "0.0.5", - "grunt-contrib-watch": "0.6.1", - "grunt-contrib-sass": "0.8.1", - "grunt-sass": "^0.16.1", - "grunt-notify": "^0.3.1", - "grunt-autoprefixer": "1.0.1", - "grunt-contrib-concat": "0.5.0", - "grunt-contrib-uglify": "0.6.0", - "grunt-contrib-imagemin": "^0.8.1", - "grunt-csscomb": "3.0.0", - "grunt-markdown-pdf": "^2.1.1" + "dependencies": { + /*To get the last versions do: npm update --save */ + "grunt": "*", + "grunt-autoprefixer": "*", + "grunt-contrib-concat": "*", + "grunt-contrib-imagemin": "*", + "grunt-contrib-jshint": "*", + "grunt-contrib-sass": "*", + "grunt-contrib-uglify": "*", + "grunt-contrib-watch": "*", + "grunt-csscomb": "*", + "grunt-jsonlint": "*", + "grunt-markdown-pdf": "*", + "grunt-notify": "*", + "grunt-phplint": "*", + "grunt-sass": "*", + "load-grunt-tasks": "*" } }