From: Emmanuel Vuigner Date: Fri, 22 Nov 2013 13:13:06 +0000 (+0000) Subject: correct the command to install grunt X-Git-Tag: 2.5.0^2~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c3567e2cf31999c12279ff07adbf996c1cceb63;p=thirdparty%2Fmoment.git correct the command to install grunt --- 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.