Skip to content

Commit

Permalink
Fixes #1305 - Set to private charts-react and charts-shared to public
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lancha committed Nov 15, 2018
1 parent a4deb6b commit 9ab4fec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/clay-charts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "clay-charts-react",
"version": "2.4.0",
"description": "Implementation of clay-charts in React.js",
"private": true,
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/clay-charts-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "clay-charts-shared",
"version": "2.4.0",
"description": "",
"private": true,
"main": "lib/all.js",
"jsnext:main": "src/all.js",
"scripts": {
Expand Down

0 comments on commit 9ab4fec

Please sign in to comment.