Skip to content

Commit

Permalink
chore(*): make example packages private (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Aug 14, 2020
1 parent 85a36e3 commit 3685065
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/d3-state-visualizer/examples/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "d3-state-visualizer-tree-example",
"version": "0.0.0",
"description": "Visualize your app state as a tree",
"private": true,
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open"
Expand Down
1 change: 1 addition & 0 deletions packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "react-json-tree-example",
"version": "1.0.0",
"description": "React-Json-Tree example",
"private": true,
"scripts": {
"start": "webpack-dev-server --open",
"stats": "NODE_ENV=production webpack --json > dist/stats.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "slider-todomvc",
"version": "0.0.0",
"description": "TodoMVC example for redux",
"private": true,
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
Expand Down
1 change: 1 addition & 0 deletions packages/redux-devtools/examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "counter-redux",
"version": "0.0.0",
"description": "Counter example for redux",
"private": true,
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --open"
Expand Down
1 change: 1 addition & 0 deletions packages/redux-devtools/examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "todomvc",
"version": "0.0.0",
"description": "TodoMVC example for redux",
"private": true,
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open"
Expand Down

0 comments on commit 3685065

Please sign in to comment.