From 34d850e5ae10bd0203b11a8b77fb03a019f48778 Mon Sep 17 00:00:00 2001 From: nobuti Date: Tue, 7 Jun 2016 09:12:50 +0200 Subject: [PATCH] Update package.json to work with node v6.x --- README.md | 1 + package.json | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95fb4ff..d209f9a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ### Installation As easy as: +- ```npm install --global grunt-cli``` [Grunt installation](http://gruntjs.com/getting-started) - ```npm install --global gulp-cli``` [Gulp installation](https://github.com/gulpjs/gulp) - ```npm install -g markdown-styleguide-generator``` [StyleGenerator installation](https://www.npmjs.com/package/markdown-styleguide-generator#install) - ```npm install``` diff --git a/package.json b/package.json index 9e6ddd9..463b565 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "node": ">= 0.8.0" }, "devDependencies": { + "grunt": "~0.4.5", "jquery": "~2.2.0", "highlight.js": "~9.1.0", "markdown-styleguide-generator": "~2.0.4", @@ -48,9 +49,6 @@ "grunt-shell": "1.1.2", "load-grunt-tasks": "*" }, - "peerDependencies": { - "grunt": "~0.4.5" - }, "keywords": [ "library", "CartoDB",