fix: update component names in package.json

This commit is contained in:
xidedix 2018-05-11 17:15:39 +02:00
parent 689778f788
commit 2efca30472
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "Full", "name": "DefaultLayout",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"main": "./Full.js" "main": "./DefaultLayout.js"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "SocialButtons", "name": "BrandButtons",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"main": "./BrandButtons.js" "main": "./BrandButtons.js"