Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored Jun 17, 2024
1 parent 257b7ad commit 72974da
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ docs
.github
build.ts
pnpm-lock.yaml
package-lock.json
package-lock.json
examples
3 changes: 3 additions & 0 deletions examples/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
// TODO
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 72974da

Please sign in to comment.