Skip to content

Commit

Permalink
update config file (#11)
Browse files Browse the repository at this point in the history
* chore: update package.json version

* fix: update dependabot.yml package ecosystem
  • Loading branch information
rathpc authored Apr 12, 2023
1 parent fe83144 commit e3f06cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "yarn" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rathpc/zendesk-react",
"description": "A minimal component based implementation to include Zendesk in your React application",
"version": "0.2.8",
"version": "0.3.0",
"private": false,
"license": "MIT",
"main": "dist/lib/index.js",
Expand Down

0 comments on commit e3f06cf

Please sign in to comment.