Skip to content

Commit 9b6602c

Browse files
chore: fix project name
1 parent 5edf2d1 commit 9b6602c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22

33
pluginGroup = com.github.warningimhack3r.npmupdatedependencies
4-
pluginName = npm-update-dependencies
4+
pluginName = NPM Update Dependencies
55
pluginRepositoryUrl = https://github.com/WarningImHack3r/npm-update-dependencies
66
# SemVer format -> https://semver.org
77
pluginVersion = 3.6.1

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = "npm-update-dependencies"
1+
rootProject.name = "NPM Update Dependencies"
22

33
plugins {
44
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"

0 commit comments

Comments
 (0)