Skip to content

Commit 0b2e8f7

Browse files
committed
ci: remove scope from package name
1 parent 84ecea9 commit 0b2e8f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
command: yarn build
6969
- run:
7070
name: Publish package
71-
command: yarn publish --access public
71+
command: yarn publish
7272

7373
workflows:
7474
version: 2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@loadsmart/react-frontend-settings",
2+
"name": "react-frontend-settings",
33
"version": "1.0.0",
44
"description": "Dynamic frontend settings for React applications",
55
"main": "dist",

0 commit comments

Comments
 (0)