Skip to content

Commit

Permalink
refactor: ⚡ rename package to @admin-bro/core
Browse files Browse the repository at this point in the history
BREAKING CHANGE: all imports should be changes to @admin-bro/core
  • Loading branch information
wojtek-krysiak committed Jul 26, 2020
1 parent 1e16597 commit b988edb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
# just perform install
runTests: false
working-directory: example-app
- run: yarn link admin-bro
- run: yarn link @admin-bro/core
working-directory: example-app
- run: yarn run sequelize db:create
working-directory: example-app
Expand Down
2 changes: 1 addition & 1 deletion example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sequelize-cli": "^5.5.1"
},
"dependencies": {
"admin-bro": "^2.2.8",
"@admin-bro/core": "^2.2.8",
"admin-bro-expressjs": "^2.0.5",
"admin-bro-mongoose": "^0.5.2",
"admin-bro-sequelizejs": "0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "admin-bro",
"name": "@admin-bro/core",
"version": "2.9.0",
"description": "Admin panel for apps written in node.js",
"main": "index.js",
Expand Down

0 comments on commit b988edb

Please sign in to comment.