From a8066d19c0768862b4b2d1f45602278d79d28eea Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 10 Nov 2015 00:12:13 +0100 Subject: [PATCH] Update package.json Add private to the docs package.json. Will prevent this warning to be displayed `npm WARN package.json material-ui-docs@0.13.1 No license field.` and accidental publish. --- docs/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/package.json b/docs/package.json index 2cd4f1541e5e56..79ac722329d6fb 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,6 +6,7 @@ "type": "git", "url": "https://github.com/callemall/material-ui.git" }, + "private": true, "scripts": { "prestart": "webpack-dev-server --config webpack-dev-server.config.js --progress --colors --inline", "start": "open http://localhost:3000",