From 3f8b8d754c18ccaf1cb95d76550f3fa284ca64a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 31 Aug 2016 15:53:30 -0700 Subject: [PATCH] Add more specific link to react-addons-shallow-compare readme (#7608) (cherry picked from commit 2e38fcf355b62d80a3a6bdd85744eee290fb8def) --- grunt/tasks/npm-react-addons.js | 1 + 1 file changed, 1 insertion(+) diff --git a/grunt/tasks/npm-react-addons.js b/grunt/tasks/npm-react-addons.js index 0f3d088d9c..44d327fba3 100644 --- a/grunt/tasks/npm-react-addons.js +++ b/grunt/tasks/npm-react-addons.js @@ -44,6 +44,7 @@ var addons = { shallowCompare: { module: 'shallowCompare', name: 'shallow-compare', + docs: 'shallow-compare', }, updates: { module: 'update',