change versions to star

This commit is contained in:
Stephen
2014-12-18 15:45:26 -05:00
parent f27c4ce747
commit 6ff288096d

View File

@@ -6,21 +6,22 @@
"Stephen Bégay <stephen@locomotive.ca>",
"Antoine Boulanger <antoine@locomotive.ca>"
],
"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": "*"
}
}