Skip to content

Commit f753f8b

Browse files
authored
Merge pull request #14 from loadsmart/release-test
ci: add publish config section
2 parents 48f6c42 + ce3c011 commit f753f8b

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ workflows:
9191
release:
9292
jobs:
9393
- setup:
94+
context: org-global
9495
filters:
9596
branches:
9697
ignore: /.*/

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-frontend-settings",
3-
"version": "1.0.0",
2+
"name": "@loadsmart/react-frontend-settings",
3+
"version": "1.0.1",
44
"description": "Dynamic frontend settings for React applications",
55
"main": "dist",
66
"types": "dist/index.d.ts",
@@ -62,5 +62,8 @@
6262
"path": "./node_modules/cz-conventional-changelog"
6363
}
6464
},
65-
"dependencies": {}
65+
"dependencies": {},
66+
"publishConfig": {
67+
"access": "public"
68+
}
6669
}

0 commit comments

Comments
 (0)