summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-10-19 22:08:13 +0200
committerJens Geyer <jensg@apache.org>2019-10-20 00:12:14 +0200
commit616df98f00a594f133466aa7f94930c1bf85b24a (patch)
tree71d80086665a13d2cf5d6aedbe6f600aea91e06c /build
parent6701dbb8e89f6550c7843e9b75b118998df471c3 (diff)
downloadthrift-616df98f00a594f133466aa7f94930c1bf85b24a.tar.gz
fix veralign.sh and bump version (again)
Diffstat (limited to 'build')
-rwxr-xr-xbuild/veralign.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/veralign.sh b/build/veralign.sh
index 1dd1e6f4a..ffecb6e30 100755
--- a/build/veralign.sh
+++ b/build/veralign.sh
@@ -74,12 +74,12 @@ FILES[lib/haxe/haxelib.json]=simpleReplace
FILES[lib/hs/thrift.cabal]=simpleReplace
FILES[lib/java/gradle.properties]=simpleReplace
FILES[lib/js/package.json]=jsonReplace
+FILES[lib/js/package-lock.json]=jsonReplace
FILES[lib/js/src/thrift.js]=simpleReplace
FILES[lib/lua/Thrift.lua]=simpleReplace
FILES[lib/netcore/Thrift/Properties/AssemblyInfo.cs]=simpleReplace
FILES[lib/netcore/Thrift/Transports/Client/THttpClientTransport.cs]=simpleReplace
FILES[lib/netstd/Thrift/Properties/AssemblyInfo.cs]=simpleReplace
-FILES[lib/netstd/Thrift/Transports/Client/THttpClientTransport.cs]=simpleReplace
FILES[lib/netstd/Thrift/Thrift.csproj]=simpleReplace
FILES[lib/ocaml/_oasis]=simpleReplace
FILES[lib/perl/lib/Thrift.pm]=simpleReplace
@@ -90,7 +90,9 @@ FILES[lib/st/package.xml]=simpleReplace
FILES[lib/swift/Sources/Thrift.swift]=simpleReplace
FILES[lib/swift/Tests/ThriftTests/ThriftTests.swift]=simpleReplace
FILES[lib/ts/package.json]=jsonReplace
+FILES[lib/ts/package-lock.json]=jsonReplace
FILES[package.json]=jsonReplace
+FILES[package-lock.json]=jsonReplace
FILES[sonar-project.properties]=simpleReplace
FILES[test/csharp/Properties/AssemblyInfo.cs]=simpleReplace
FILES[test/csharp/ThriftTest.csproj]=simpleReplace