Skip to content

Commit

Permalink
Make rtsc public
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Sep 9, 2017
1 parent ce3332c commit ecf7642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-toolbox-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-alpha.0",
"description": "A Material Design implementation based on React Toolbox core and Styled Components",
"main": "./lib/index.js",
"private": true,
"private": false,
"scripts": {
"build": "babel ./src --out-dir ./lib",
"build:watch": "babel ./src --out-dir ./lib --watch",
Expand Down

0 comments on commit ecf7642

Please sign in to comment.