Skip to content

Commit

Permalink
Merge pull request #79 from coreui/fix-component-names
Browse files Browse the repository at this point in the history
ship: v2.0.1
  • Loading branch information
xidedix authored May 11, 2018
2 parents 689778f + efc28fb commit 646b3c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-react-admin-template",
"version": "2.0.0",
"version": "2.0.1",
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
"author": "Łukasz Holeczek",
"homepage": "https://coreui.io",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"babel-jest": "^22.4.3",
"node-sass-chokidar": "^1.2.2",
"node-sass-chokidar": "^1.3.0",
"npm-run-all": "^4.1.2",
"react-scripts": "^1.1.4"
},
Expand Down
4 changes: 2 additions & 2 deletions src/containers/DefaultLayout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Full",
"name": "DefaultLayout",
"version": "0.0.0",
"private": true,
"main": "./Full.js"
"main": "./DefaultLayout.js"
}
2 changes: 1 addition & 1 deletion src/views/Buttons/BrandButtons/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "SocialButtons",
"name": "BrandButtons",
"version": "0.0.0",
"private": true,
"main": "./BrandButtons.js"
Expand Down

0 comments on commit 646b3c1

Please sign in to comment.