We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f6c42 commit ce3c011Copy full SHA for ce3c011
2 files changed
.circleci/config.yml
@@ -91,6 +91,7 @@ workflows:
91
release:
92
jobs:
93
- setup:
94
+ context: org-global
95
filters:
96
branches:
97
ignore: /.*/
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "react-frontend-settings",
3
- "version": "1.0.0",
+ "name": "@loadsmart/react-frontend-settings",
+ "version": "1.0.1",
4
"description": "Dynamic frontend settings for React applications",
5
"main": "dist",
6
"types": "dist/index.d.ts",
@@ -62,5 +62,8 @@
62
"path": "./node_modules/cz-conventional-changelog"
63
}
64
},
65
- "dependencies": {}
+ "dependencies": {},
66
+ "publishConfig": {
67
+ "access": "public"
68
+ }
69
0 commit comments