Skip to content

Commit

Permalink
Merge pull request #14 from loadsmart/release-test
Browse files Browse the repository at this point in the history
ci: add publish config section
  • Loading branch information
marlontrapp authored Aug 27, 2021
2 parents 48f6c42 + ce3c011 commit f753f8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ workflows:
release:
jobs:
- setup:
context: org-global
filters:
branches:
ignore: /.*/
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-frontend-settings",
"version": "1.0.0",
"name": "@loadsmart/react-frontend-settings",
"version": "1.0.1",
"description": "Dynamic frontend settings for React applications",
"main": "dist",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -62,5 +62,8 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {}
"dependencies": {},
"publishConfig": {
"access": "public"
}
}

0 comments on commit f753f8b

Please sign in to comment.