diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3456a7e..f597142 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" diff --git a/package.json b/package.json index 3a08187..ad86b48 100644 --- a/package.json +++ b/package.json @@ -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",