Skip to content

Commit 228f0df

Browse files
committed
chore: make package public, update libraries
1 parent 395eb95 commit 228f0df

5 files changed

Lines changed: 362 additions & 259 deletions

File tree

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
registry=https://npm.pkg.github.com/SoftwareBrothers
1+
access=public

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"semantic-release-slack-bot",
2020
{
2121
"notifyOnSuccess": true,
22-
"notifyOnFail": true
22+
"notifyOnFail": false
2323
}
2424
]
2525
]

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2018 SoftwareBrothers.co
1+
Copyright 2021 SoftwareBrothers.co
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@softwarebrothers/adminjs-logger",
2+
"name": "@adminjs/logger",
33
"version": "1.0.1",
44
"main": "lib/index.js",
55
"types": "types/index.d.ts",
@@ -20,16 +20,18 @@
2020
}
2121
},
2222
"peerDependencies": {
23-
"adminjs": ">=3.3.0-beta.13"
23+
"adminjs": "^5.2.0",
24+
"@adminjs/design-system": "^2.0.2"
2425
},
2526
"devDependencies": {
27+
"@adminjs/design-system": "^2.0.2",
2628
"@commitlint/cli": "^8.3.5",
2729
"@commitlint/config-conventional": "^8.3.4",
2830
"@semantic-release/git": "^9.0.0",
2931
"@types/jest": "^26.0.14",
3032
"@typescript-eslint/eslint-plugin": "^3.7.0",
3133
"@typescript-eslint/parser": "^3.7.0",
32-
"adminjs": "3.3.0-beta.13",
34+
"adminjs": "^5.2.0",
3335
"eslint": "^7.5.0",
3436
"eslint-config-prettier": "^6.10.1",
3537
"eslint-plugin-import": "^2.22.0",

0 commit comments

Comments
 (0)