Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent d026103 commit 13b1bbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
interval: "daily"

- package-ecosystem: "npm"
directory: "/"
directory: "/NPM"
schedule:
interval: "daily"
versioning-strategy: increase
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install -D -E javascriptbuild
"prepublishOnly": "JavaScriptBuild 'Source/**/*.ts'"
},
"dependencies": {
"javascriptbuild": "0.1.3"
"javascriptbuild": "0.1.4"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install -D -E javascriptbuild
"prepublishOnly": "JavaScriptBuild 'Source/**/*.ts'"
},
"dependencies": {
"javascriptbuild": "0.1.3"
"javascriptbuild": "0.1.4"
}
}
```
Expand Down

0 comments on commit 13b1bbf

Please sign in to comment.