Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
oliviertassinari committed Nov 9, 2015
1 parent abfd6ae commit a8066d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a8066d1

Please sign in to comment.