From 1c3567e2cf31999c12279ff07adbf996c1cceb63 Mon Sep 17 00:00:00 2001 From: Emmanuel Vuigner Date: Fri, 22 Nov 2013 13:13:06 +0000 Subject: [PATCH] correct the command to install grunt --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 980d7ec4d..493606b19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,9 +16,10 @@ If you are submitting a bug, please create a [jsfiddle](http://jsfiddle.net/) de Contributing ============ -To contribute, fork the library and install grunt. +To contribute, fork the library and install grunt and dependencies. - npm install grunt -g + npm install -g grunt-cli + npm install You can add tests to the files in `/test/moment` or add a new test file if you are adding a new feature. -- 2.47.2