Merge branch 'stable-2.15'

* stable-2.15:
  Bazel: Fix asciidoc.bzl python invocation
  Update jruby and asciidoctorj
  Move NPM version definitions into separate .bzl file in /lib
  Keep old timestamps during data migration
  PolyGerrit: Hide assignee on mobile when on the change list
  Remove vertical align from metadata titles

Change-Id: Ic40b2c5118e1bb1c3c75844d43a93f03a666e497
This commit is contained in:
Paladox
2017-10-30 18:05:37 +00:00
6 changed files with 21 additions and 18 deletions

11
lib/js/npm.bzl Normal file
View File

@@ -0,0 +1,11 @@
NPM_VERSIONS = {
"bower": "1.8.2",
"crisper": "2.0.2",
"vulcanize": "1.14.8",
}
NPM_SHA1S = {
"bower": "adf53529c8d4af02ef24fb8d5341c1419d33e2f7",
"crisper": "7183c58cea33632fb036c91cefd1b43e390d22a2",
"vulcanize": "679107f251c19ab7539529b1e3fdd40829e6fc63",
}