Skip to content

Commit 3a7ef7e

Browse files
committed
feat(fronted): update npm to 4.3.0
1 parent 4049e21 commit 3a7ef7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ configure<IdeaModel>{
8484

8585
configure<NodeExtension> {
8686
version = "7.6.0"
87-
npmVersion = "4.2.0"
87+
npmVersion = "4.3.0"
8888
download = true
8989
workDir = file("${project.buildDir}/nodejs")
9090
npmWorkDir = file("${project.buildDir}/npm")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@
9494
},
9595
"engines": {
9696
"node": ">= 7.6.0",
97-
"npm": ">= 4.2.0"
97+
"npm": ">= 4.3.0"
9898
}
9999
}

0 commit comments

Comments
 (0)