diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0d02219 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" \ No newline at end of file diff --git a/.npmignore b/.npmignore index 31f2d3b..21eb120 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,5 @@ docs .github build.ts pnpm-lock.yaml -package-lock.json \ No newline at end of file +package-lock.json +examples \ No newline at end of file diff --git a/examples/manifest.json b/examples/manifest.json new file mode 100644 index 0000000..45043a2 --- /dev/null +++ b/examples/manifest.json @@ -0,0 +1,3 @@ +{ + // TODO +} \ No newline at end of file diff --git a/package.json b/package.json index 41fc334..ca6f372 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@z1g-project/injectify", "description": "A improved version of Sodiums Plugin Injector ready to use in all your projects.", - "version": "0.5.7-prev", + "version": "0.5.8-prev", "author": "z1g Project", "type": "module", "main": "lib/index.cjs",